1.0.0 • Published 2 years ago

@richov/js-async-queue v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

js-async-queue

This is a simple asynchronous queue with an unbounded buffer (puts never block, takes can block if the buffer is empty).

The implementation is quite simple, mostly because of the single-threaded nature of javascript which allowed me to make some assumptions on the execution of the code.

1.0.0

2 years ago