-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The Future[T] api supports cancelling, so it would be nice to propagate this cancellation to the submitted task, if the task didn't start already executing. Probably nim-taskpools doesn't allow that, but maybe we could achieve it anyway by doing additional check at the beginning of the task to see if it wasn't cancelled, if it was, return immediately instead of doing possibly an expensive computation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels