Quantcast
Channel: Alex Collins - Blog » threads
Browsing latest articles
Browse All 3 View Live

00 (agent) – Clojure’s Concurrent Agents in action

or Clojure’s concurrency agents – a simple example Clojure has some fantastic concurrency idioms. Agents are but one example of what’s available to the JVM lisper — alongside refs, atoms and vars —...

View Article



Clojure’s Concurrency: Futures and Agents in Harmony

I’ve previously written on the wonders of Clojure’s agents, giving the programmer a wonderfully easy way of writing asynchronous code with very little effort. Here’s a slightly more complex example for...

View Article

Clojure’s Concurrency: easy atoms

Clojure’s atoms let one transactionally and atomically store values. When one uses an atom, Clojure manages the mutation of the value and guarantees atomicity. Such a feature is very useful in a highly...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images