Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Support a :&catch argument for start() and Promise.start()
This allows timely detection of exceptions thrown by tasks that may not be await'ed for some time (e.g. because they are background tasks not expected to complete for a long time), and mirrors the same parameter on ThreadPoolScheduler.cue().
- Loading branch information