Norbert Cyran
Norbert Cyran
I'd also like to see `ABORTED` state being handled correctly. Ideally, lib should support any user-defined custom state. For example by inheritance, or registering handlers. For `ABORTED` case is rather...
@EJH2 `ABORTED` state doesn't really terminate the task - it just informs the task it should be stopped. But it's left to the task itself where it'll be stopped, example:...
@EJH2 And that's exactly what I expect in my use case. When you call `.abort()` on task, its state turns to `ABORTED` **until** it hits `is_aborted()` check, after that, following...
Suggested fix implemented in #95
/assign norbertcyran
/assign BigDarkClown