This is a history of changes to k13labs/futurama
async-for
so it uses less async macros and it is more flexibleasync-map
so it leverages async-for
behind the scenes.async-some
and async-every?
and instead added some new helpers.async->
and async->>
threading macros to make it easier to thread async.async-map
, async-some
, async-every?
async-for
by just executing each iteration inside an async block and then collect afterasync-for
comprehension which implicitly runs inside an async blockasync?
helper function which is useful!<!
and !<!!
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |