Promise Helpers
Various helpers related to promise specific functionality.
Source code is hosted on GitHub
createTimeout()
A promisified version of the setTimeout
function:
createPromise()
Create a promise that you can pass around without specifying the resolve function upfront:
Last updated