@hackage synchronous-channels0.2
Synchronous communication channels
Categories
License
BSD-3-Clause
Maintainer
tov@ccs.neu.edu
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (2)
@hackage/acme-everything, @hackage/simple-sessions
Synchronous communication channels. These are similar to
Control.Concurrent.Chan.Chan
,
but a writer blocks until it can synchronize with a reader.