This inner class of MntPump is responsilble for scheduling the next call to pump_some(). 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.