Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 462 Bytes

Chan utils

Clojars Project

[mvc-works/chan-utils "0.1.0"]

Usage

  • chan-once has been removed.

  • 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

License

MIT