git ssb

0+

xj9 / async-utils



Branch:
xj9 committed 0.1.0Latest: 7f63f7f on 3/1/2018, 2:35:57 AM
📄.gitignore
📄LICENSE
📄README.hbs
📄README.md
📄package.json
📁src
📄yarn.lock
README.hbs
1@r14c/async-utils(1) -- async implementations of common utility functions
2=========================================================================
3
4**don't block**
5
6`async-utils` is designed to work with the new async syntax to allow you to write non-blocking
7code that looks synchronous. functions like `Array.prototype.map()` are very useful, but
8operating over large collections will always block. `async-utils` rethinks a full range of
9useful tools to work *with* the event loop rather than against it.
10
11{{>main}}
12

Built with git-ssb-web