Missing Async Control Flow Methods
Opened this issue · 1 comments
SirNeural commented
Hi @suguru03,
Very nice library, I found this after looking for a good promise library, however I noticed that some control flow methods are missing from this library that are present in both async and neo-async, notably:
waterfall
queue
priorityQueue
cargo
Is there any plans to add these functions? These seem particularly useful and I would love to see them implemented if possible.
Thanks!
suguru03 commented
@SirNeural
Thanks for the issue!
Sure, I will investigate them. Thanks! 😄