disaverio / async

Custom implementation of Promises with support to then, catch, finally, all, any, allSettled and chaining.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async.js

Custom implementation of Promises with support to then, catch, finally, all, any, allSettled and chaining of these functions.

async.js supports CommonJS and AMD module formats.

About

Custom implementation of Promises with support to then, catch, finally, all, any, allSettled and chaining.

License:MIT License


Languages

Language:JavaScript 100.0%