Package ganeti :: Module daemon :: Class AsyncoreScheduler
[hide private]
[frames] | no frames]

Class AsyncoreScheduler

source code


Event scheduler integrated with asyncore

Instance Methods [hide private]
 
__init__(self, timefunc)
Initialize a new instance, passing the time and delay functions
source code

Inherited from sched.scheduler: cancel, empty, enter, enterabs, queue, run

Method Details [hide private]

__init__(self, timefunc)
(Constructor)

source code 

Initialize a new instance, passing the time and delay functions

Overrides: sched.scheduler.__init__
(inherited documentation)