alexanderkiel / async-error

A Clojure(Script) library which provides core.async error handling utilities.
Eclipse Public License 1.0
25 stars 5 forks source link

Be compatible with core.async v0.3.465 Upwards #2

Closed alexanderkiel closed 6 years ago

alexanderkiel commented 6 years ago

In core.async since v0.3.465 the macros moved into the cljs.core.async namespace (ASYNC-119). This issue will change the namespace of the go macro and add ClojureScript tests.