UNPKG
cwait
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Limit number of promises running in parallel
github.com/charto/cwait
charto/cwait
cwait
/
dist
/
esm
/
index.js
5 lines
(4 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
// This file is part of cwait, copyright (c) 2015- BusFaster Ltd.
// Released under the MIT license, see LICENSE.
export
{
Task
}
from
'./Task'
;
export
{
TaskQueue
}
from
'./TaskQueue'
;