-
Notifications
You must be signed in to change notification settings - Fork 40
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
Clean up around tasks #448
Conversation
It is not sent and if it would, it would signal MNU
Remove BlTaskAtQueue, BlTaskAtQueueTask and SharedPriorityUniqueQueue
@plantec In my most recent commit, I simplified repeated task. I tried these uses:
The example with fork works now |
cool, I like all the cleaning. |
yes, without need of BlTaskAction. However, I think its better to use BlTaskAction. |
This closes #449 |
We are not listening these signals, and they make the code more difficult to comprehend. I'd remove them similarly what we did with telemetry in #439