network-mux-0.1.0.1: Multiplexing library
Safe Haskell None
Language Haskell2010

Network.Mux.Bearer.Pipe

Synopsis

Documentation

data PipeChannel Source #

Abstraction over various types of handles. We provide two instances:

  • based on Handle : os independent, but will not work well on Windows,
  • based on HANDLE : Windows specific.