Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tasks): gracefully handle callbacks after cancel
If a callback returns after a task is already cancelled, we should gracefully handle it by not attempting to set the result of the task since it is already set. See #15
- Loading branch information