Name: synchronous-channels
Version: 0.2
Cabal-Version: >= 1.2.3
License: BSD3
License-File: LICENSE
Stability: experimental
Author: Jesse A. Tov <tov@ccs.neu.edu>
Maintainer: tov@ccs.neu.edu
Category: Concurrency, Control
Synopsis: Synchronous communication channels
Build-type: Simple
Tested-with: GHC == 7.8.3
Description:
Synchronous communication channels. These are similar to
'Control.Concurrent.Chan.Chan',
but a writer blocks until it can synchronize with a reader.
Library
Build-Depends: base >= 4 && < 5
GHC-Options: -W -Wall
Exposed-modules:
Control.Concurrent.Chan.Synchronous