Clojure's core.async library allows you to create multiple independent ... (def hi-chan (chan)) (doseq [n (range 1000)] (go (>! hi-chan (str "hi " n)))).
確定! 回上一頁