metarhia / metasync

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

Sync call to poolified factory #290

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago
pool(item1 => { // async call
  const item2 = pool(); // sync call
});

Refs: https://github.com/metarhia/metasync/issues/287