github caolan/async v2.3.0

latest releases: v3.2.5, v3.2.4, v2.6.4...
7 years ago
  • Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an async function. Previously, you had to wrap async functions with asyncify. The caveat is that it will only work if async functions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)

Don't miss a new async release

NewReleases is sending notifications on new releases.