metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Compare queue and pool #294

Open tshemsedinov opened 6 years ago

tshemsedinov commented 6 years ago

Both abstraction queue and pool can solve task of concurrent resource sharing in async programming so we can compare performance and code readability.