Name: synchronous-channels Version: 0.1 Cabal-Version: >= 1.2.3 License: BSD3 License-File: LICENSE Stability: experimental Author: Jesse A. Tov Maintainer: tov@ccs.neu.edu Category: Concurrency, Control Synopsis: Synchronous communication channels Build-type: Simple Tested-with: GHC == 6.10.1 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 GHC-Options: -W -Wall Exposed-modules: Control.Concurrent.Chan.Synchronous