Module JoinCount

module JoinCount: sig .. end
Counting n asynchronous events

The following submodules are successive refinements of the count n events programming idiom. Here an event is a message sent on an asynchronous channel.



module Down: sig .. end
Simple countdowns.
module Collector: sig .. end
Collecting countdowns, or collectors.
module Dynamic: sig .. end
Dynamic collectors
module Monitor: sig .. end