- Add
coll
namespace for collection utils with async process
- Provide clj-kondo exports for lint
- Release using Leiningen to get cljdoc back to work.
- BREAKING: use namespaced options in
pulling-retry
- Support simpler interface on
pulling-retry
-(pulling-retry doner-check (ops))
- Add
timeout-chan
- Add
pulling-retry
- Fixes
go-loop
wrappers, thanks clj-kondo!
- Change
await!
to skip messages that already have a reply
- Important bug fix:
1.0.5
introduced an error by requiringclojure.core.async
instead ofcljs.core.async
for macros, this could break some builds in very unexpected ways, this update is highly encouraged.
- Add
go-try-stream
helper
- Add
go-loop
convenience method - Add
com.wsscode.async.processing
namespace - Add
deftest-async
on the clojure side
- Add
thread
helpers in theclj
side
- Fix
go-promise
on both clj and cljs to allow returningfalse