extra-promise
Advanced tools
Changelog
4.0.0 (2022-10-20)
Channel
, BufferChannel
, UnlimitedChannel
.Signal
, SignalGroup
reusePendingPromise
to reusePendingPromises
queueConcurrency
to limitConcurrencyByQueue
TaskRunner
throttleConcurrency
because it has a terrible name.ExtraPromise
now is StatefulPromise
.toExtraPromise
is now ExtraPromise.from
.throttleUntilDone
, because other functions
can replace itmerge toExtraPromise
into ExtraPromise
(b3f902f)
remove Signal
, rewrite SignalGroup
to DeferredGroup
(e6368e0)
remove throttleConcurrency
(a54fc56)
remove throttleUntilDone
(8b21dff)
improve behaviors (5a41bf8)
rename queueConcurrency
to limitConcurrencyByQueue
(6ab8e18)
rename reusePendingPromise
to reusePendingPromises
(8b8378b)
rewrite ExtraPromise
to StatefulPromise
(3614a37)
rewrite TaskRunner
(24cb19e)