Chapter 01 · Genesis

One Process

In the beginning there is a single thread. A lone instruction walks forward along a single line of time, and everything that follows — every branch, every lane, every reunion — emerges from this quiet first step.

Concurrency begins as a whisper before it becomes a chorus.

Scroll rightward →

Chapter 02 · Divergence

The Fork

Three parallel streams depart from a single origin, each carrying its own cargo of meaning across its own private horizon.

thread α · rose
spawn(task.render) acquire(mutex.canvas) paint.layer(“aurora”) release(mutex.canvas) emit(“frame.ready”) yield() await(vsync) paint.layer(“mist”)
thread β · teal
spawn(task.audio) open(stream.sine) mix(voice, pad, bell) apply(reverb.hall) schedule(+120ms) flush(buffer) listen(port.44k1) yield()
thread γ · gold
spawn(task.index) scan(corpus/*.md) hash.blake3(chunk) write(index.shard.07) compact(L1 → L2) signal(“ready”) sleep(∞) wake(signal.merge)

Chapter 03 · Synchronize

Locks & Gears

When many hands reach for the same instrument, the music requires a protocol. A lock is not a cage — it is a courtesy, a brief stillness held by one thread so that the others may pass through without collision.

Every gear turns because its neighbor trusts it to wait.

Chapter 04 · Temporal

Many Hands, One Hour

Time is not a single arrow. Inside this observatory, a dozen hands sweep across the same dial at different speeds — each one honest, each one measuring its own fragment of the same quiet afternoon.

Concurrency is temporal pluralism: many presents, all true.

Chapter 05 · Convergence

The Join

What was scattered returns, carrying the scent of every lane it travelled. Rose and teal and gold meet here and agree to become a single sentence again.

All merges are reunions.

Chapter 06 · Observatory

The Loom

Stand back from the rail and you see the weaving: warp threads running across time, weft threads running across intent, held in tension by the quiet loom of a well-orchestrated system.

concurrent.day is a calendar for things that happen at once — a small observatory for people who like watching parallel light.

— end of rail · scroll back to revisit any thread