#include <mnt_pump.h>
Public Member Functions | |
void | timeout () |
Public Attributes | |
MntPump * | reader_ |
Each MntPump has a instance of PumpTimer, called pump_timer_. Each pump_some() can schedule when to pump the next batch of data by calling the msched() method of Timer.
Note: Timer is a class provided by the TclCL package.
|
the pump whose pump_some() method should be called when this timer expires |