Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Builds and returns a new instance of BChan
.
writeBChan :: BChan a -> a -> IO () Source #
Writes a value to a BChan
; blocks if the channel is full.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Builds and returns a new instance of BChan
.
writeBChan :: BChan a -> a -> IO () Source #
Writes a value to a BChan
; blocks if the channel is full.