wasync

0.1.1 • Public • Published

Wasync.js

Asynchronous programming in JS is its strength but also the source of a lot of frustration and headaches. This library aspires to provide tools to better cope with the asynchronicity of this world.

Modules

The aim of this package is to provide different modules that deal with different aspects of asynchronicity.

Async Debounce

Instead of directly reacting to user events to control async function (that might do stuff like getting a result from the API), you can use this pattern to make sure not to call your function in parallel and stay responsive.

Read more

Readme

Keywords

none

Package Sidebar

Install

npm i wasync

Weekly Downloads

64

Version

0.1.1

License

WTFPL

Unpacked Size

485 kB

Total Files

18

Last publish

Collaborators

  • xowap