Releases: rbuckton/prex
Releases · rbuckton/prex
Version 0.3.0
Updated CancellationTokenSource to align with the current spec proposal at http://github.com/tc39/proposal-cancellation. In the current proposal, source.cancel()
does not return a Promise
but instead raises via the HostReportError internal operation which is emulated via a call to setTimeout
.
NOTE: This is a breaking change for anyone depending on the return value of source.cancel()
.
Version 0.2.0
v0.2.0 Added size to AsyncStack/AsyncQueue
Version 0.1.1
Adds an additional overload to the delay
function to support cancellation.
Version 0.1.0
Asynchronous coordination for JavaScript and TypeScript.