Skip to content

Multithreading on the JVM using Clojure's core.async library

Notifications You must be signed in to change notification settings

skilbjo/core.async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core.async

Why

From http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html:

There comes a time in all good programs when components or subsystems must stop
communicating directly with one another.  This is often achieved via the introduction
of queues between the producers of data and the consumers/processors of that data.
This architectural indirection ensures that important decisions can be made with
some degree of independence, and leads to systems that are easier to understand,
manage, monitor and change, and make better use of computational resources, etc.

Run

lein run -m job.async

Resources

About

Multithreading on the JVM using Clojure's core.async library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published