Concurrency using chainable async iterables, such as task pool, event queue, pub/sub, merge, chunk, throttle, etc.
JavaScript
9
0
MIT License
`Await-For-It` is a JavaScript library that implements common concurrency patterns using chainable async iterables, such as task pools, event queues, pub/sub systems, and more. It is designed for developers working with asynchronous JavaScript who need efficient, scalable solutions for managing concurrent operations.
Total donated
Undistributed
Share with your subscribers:
Recipients
How the donated funds are distributed
Support the dependencies of toolbuilder/await-for-it
Replace your slow Array based fixed length ring buffer, or circular queue, with ring-buffer. RingBuffer is roughly 10x faster, and is a drop in replacement.