core.async is a Clojure library that brings asynchronous programming and communication to both Clojure and ClojureScript, enabling developers to write concurrent code using channels, go blocks, and CSP-style constructs rather than callbacks or threads.
Features
- go blocks for lightweight concurrent tasks that can pause and resume
- Channels (chan) for communication between tasks
- Parking operations for synchronous or blocking communication
- Non-blocking alternatives
- Thread pool management for behind-the-scenes task scheduling
- A flow namespace providing a more structured flow abstraction (still evolving)
Categories
LibrariesLicense
Eclipse Public LicenseFollow core.async
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of core.async!