Producer Consumer
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | List of all members
producerConsumer.MiddleMan Class Reference

MiddleMan is a worker that takes from one buffer and adds into another buffer- More...

Public Member Functions

 MiddleMan (IBuffer fromBuffer, IBuffer toBuffer)
 Constructs a new object of this class. More...
 
void Run ()
 Runs this object.
Stops when it takes Producer.LastItem More...
 

Detailed Description

MiddleMan is a worker that takes from one buffer and adds into another buffer-

Constructor & Destructor Documentation

producerConsumer.MiddleMan.MiddleMan ( IBuffer  fromBuffer,
IBuffer  toBuffer 
)

Constructs a new object of this class.

Parameters
fromBufferthe buffer to take from
toBufferthe buffer to added to

Member Function Documentation

void producerConsumer.MiddleMan.Run ( )

Runs this object.
Stops when it takes Producer.LastItem


The documentation for this class was generated from the following file: