A port of clojure/core.async library to ClojureCLR.
A Clojure library designed to provide facilities for async programming and communication.
Nuget reference:
PM> Install-Package clojure.core.async -Version 1.6.674
Leiningen/Clojars reference:
[org.clojure.clr/core.async "1.6.674"]
- Rich Hickey on core.async
- Tim Baldridge on core.async from Clojure/conj 2013 (code).
- Tim Baldridge on go macro internals - part 1 part 2
Contributing to Clojure projects requires a signed Contributor Agreement. Pull requests and GitHub issues are not accepted; please use the core.async JIRA project to report problems or enhancements.
Original ClojureJVM code:
Copyright © 2017-2022 Rich Hickey and contributors
Distributed under the Eclipse Public License, the same as Clojure