Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old execLaterNative code path #105

Open
wch opened this issue Sep 11, 2019 · 0 comments
Open

Remove old execLaterNative code path #105

wch opened this issue Sep 11, 2019 · 0 comments

Comments

@wch
Copy link
Member

wch commented Sep 11, 2019

Some time after #104 is released and the new version of later is in widespread use, we should modify inst/include/later.h as described here:

// Note 2019-09-11: The above code in this function is here just in case a
// package built with this version of later.h is run with an older version
// of the later DLL which does not have the execLaterNative2 function. In
// the next release of later, after we are confident that users have
// installed the newer later DLL which has execLaterNative2, it should be
// safe to replace the code in this function with just this:
//
// later(func, data, secs, GLOBAL_LOOP);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant