Package

purescript-channel

Repository
ConnorDillon/purescript-channel
License
Apache-2.0
Uploaded by
ConnorDillon
Published on
2021-04-27T16:17:54Z

A concurrent channel inspired by the Haskell package pipes-concurrency written by Gabriel Gonzalez.

A Channel is an abstraction over a var, queue or stream backend and can be used as a communication channel between async threads.