Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Brick.BChan
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.
brick-0.24.2: A declarative terminal user interface library
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Brick.BChan
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.