Skip to content

RichoM/js-async-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple asynchronous queue based on js promises.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published