metarhia / metasync

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

Improve metasync.throttle #270

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago
const f = throttle(timeout, fn, args1);
f(args2);
// So args1 and args2 should be concatenated