-
Notifications
You must be signed in to change notification settings - Fork 307
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
Cancelable tasks and object pools #333
Conversation
Current status: need some work to make it compile... Main problem to consider: In my private repo
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
👀 |
@sagudev You are welcomed to make a PR to make this work :) Because I have already done the main things, and the blocking issue is #333 (comment) |
I did this just to prevent stale. |
👀 |
@lattice0 Feel free to implement :) #333 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there any chance, that cancelable tasks will be implemented in the near future? |
@LowLevelSubmarine You can copy-and-paste it into your api.rs currently! |
Fix #241
Fix #242