network-mux
Safe HaskellNone
LanguageHaskell2010

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.

Constructors

PipeChannel 

pipeChannelFromHandles Source #

Arguments

:: Handle

read handle

-> Handle

write handle

-> PipeChannel