-
Notifications
You must be signed in to change notification settings - Fork 4
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
Prepare {crew} to do without a dispatcher process #60
Comments
Cool! I am still waiting for CRAN Winbuilder-devel to update to nanonext 0.8.1 before releasing the current version of Might necessitate another |
Sounds great! When the next I am planning to release the next version of Integration into |
Great plan. Super exciting! I am making some optimisations in |
Oh, great to see you got the hang of condition variables so quickly! I think they can be very powerful... |
While there may not be another I do also plan to keep the dispatcher around (if not the default) in |
Fantastic! That non-polling dispatcher really is a game-changer.
Yeah, a gradual transition away from the dispatcher makes sense. Happy to test if/when it is available in dev. |
crew
currently relies on being able to get a valid dispatcher process ID fromattr(dimnames(daemons())[[1]], "dispatcher_pid")
. To prepare for potential improvements tomirai
which would eliminate the dispatcher process, I plan to disable the current dispatcher checks whenattr(dimnames(daemons())[[1]], "dispatcher_pid")
isNULL
. FYI @shikokuchuo.The text was updated successfully, but these errors were encountered: