network-mux-0.4.5.1: Multiplexing library
Safe HaskellSafe-Inferred
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 

Fields

pipeChannelFromHandles Source #

Arguments

Handle

read handle

Handle

write handle

PipeChannel