ConnectionProducer      Producer classes to read file connections
Consumer                Class defining methods for all consumers
DAGTeam                 Consumer classes for directed acyclic graph
                        evaluation
Downsample              Consumer class to down-sample data
Function*               Classes for user-defined Producers and
                        Consumers
ParallelParam           Classes to configure parallel evaluation
Producer                Class defining methods for all Producers
RawInput                Class "RawInput"
Reducer                 Consumer class to combine successive records
Seq                     Producer class to generate (numeric) sequences
Stream                  Class to represent a Producer and zero or more
                        Consumers
Streamer-package        Package to enable stream (iterative) processing
                        of large data
Team                    Consumer classes for parallel evaluation
Utility                 Consumer classes with simple functionality,
                        e.g., RawToChar, Rev
reset                   Function to reset a Stream, Producer, or
                        Consumer
status                  Function to report current status of a stream
yield                   Function to yield one task from a Stream or
                        Producer
