Package core :: Module streams
[hide private]
[frames] | no frames]

Module streams

source code


Author: Scott Horn

Classes [hide private]
WriteStream
A mixin module which represents a stream of data that can be written to.
ReadStream
A mixin module which represents a stream of data that can be read from.
Pump
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream from getting overloaded.
Variables [hide private]
  __email__ = "scott@hornmicro.com"
  __credits__ = "Based entirely on work by Tim Fox http://tfox.org"