async-tasks
async-tasks let you run tasks asynchronously in a simple and easy way with the ability to make dependencies between them
async-tasks let you run tasks asynchronously in a simple and easy way with the ability to make dependencies between them
a lite asynchronous queue runtime library!
This library can be used in the 'NodeJs', 'Browser' and 'Espruino' , but platform need support 'Promise' or 'async/await' only.
Library to implement task dispatching with long-polling approach on express server.