[mvc-works/chan-utils "0.1.0"]
-
has been removed.chan-once
-
chan-utils.core/all-once
is a function gathering a list of channels, and return values in a list after all of them finished.
(cumulo-util.async/all-once get-chan [1 2 3 4]) ; like Promise.all
MIT