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 |
7 | code that looks synchronous. functions like `Array.prototype.map()` are very useful, but |
8 | operating over large collections will always block. `async-utils` rethinks a full range of |
9 | useful tools to work *with* the event loop rather than against it. |
10 | |
11 | {{>main}} |
12 |
Built with git-ssb-web