Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(timeout):
TaskCancelledError
never gets executed on Cooperative (
#98) `TimeoutStrategy.Cooperative` throws the delegate exception, so it won't fire `TaskCancelledError` as shown in example. Switching to `TimeoutStrategy.Aggressive` is required to the example to work as expected.
- Loading branch information