Welcome! Please see the About page for a little more info on how this works.

+1 vote
ago in core.async by

Hi,

I know it's early days for core.async.flow but I thought I would give it a try in one of my ClojureScript projects.

I've got {:mvn/version "1.9.808-alpha1"} in my deps.edn but I'm getting the following error when I try to access the namespace:

No such namespace: clojure.core.async.flow, could not locate clojure/core/async/flow.cljs

Thanks for your help.

1 Answer

0 votes
ago by
selected ago by
 
Best answer

No, we are not currently targeting it to ClojureScript as it's really intended for writing multi-threaded applications.

...