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... | |
MiddleMan is a worker that takes from one buffer and adds into another buffer-
Constructs a new object of this class.
fromBuffer | the buffer to take from |
toBuffer | the buffer to added to |
void producerConsumer.MiddleMan.Run | ( | ) |
Runs this object.
Stops when it takes Producer.LastItem