Can't seem to require >!! or <!! in Clojurescript?

后端 未结 2 1572
臣服心动
臣服心动 2020-12-09 10:52

I must be missing something very obvious here but I\'m trying to setup a very basic program to put an item onto a channel then block until I can take it off again. The entir

2条回答
  •  执念已碎
    2020-12-09 11:29

    The ClojureScript version of core.async doesn't include or >!!.

    I couldn't find a source for this besides the actual source: https://github.com/clojure/core.async/blob/56ded53243e1ef32aec71715b1bfb2b85fdbdb6e/src/main/clojure/cljs/core/async.cljs

提交回复
热议问题