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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of core.async!