orc-1.1: Orchestration-style co-ordination EDSL

StabilityPortability : concurrency, unsafeIntereaveIO
MaintainerJohn Launchbury <john@galois.com>

Control.Concurrent.Hierarchical

Description

Hierarchical concurrent threads

Synopsis

Documentation

runHIO :: HIO b -> IO bSource

local :: Group -> HIO a -> HIO aSource

type Group = (TVar Int, TVar Inhabitants)Source

The thread-registry environment is a hierarchical structure of local thread neighborhoods.