mixed-pipeline
v4.3.15
Published
Pipeline to process synchronous and asynchronous functions
Downloads
34
Maintainers
Readme
Pipeline to process ordered synchronous and asynchronous functions
Purpose
Have you ever landed in the promise hell? Especially mixing synchronous and asynchronous functions?
In this case, this module might be of some help for you.
There are three versions
(the default version for backward compatibility) uses a few verbs to steer the flow.
has more options and uses a pure array to steer the flow more flexibly.
has changed to a completely asynched version.