Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: switch to native Promises for async APIs
- All async APIs now use native Promises -- no more Task or CancellablePromise - The cancellation API is mostly new. Command chains still provide a `cancel` method. Tests, suites, and exector runs can be cancelled by calling `cancel` on the test, suite, or executor. references theintern#1018 BREAKING CHANGE: async APIs now return native Promises, and the cancellation API is entirely new
- Loading branch information