Public Member Functions | |
| def | __init__ |
| def | start |
| def | stop |
Public Attributes | |
| callback | |
| callback_time | |
| io_loop | |
Private Member Functions | |
| def | _run |
| def | _schedule_next |
Private Attributes | |
| _next_timeout | |
| _running | |
| _timeout | |
Schedules the given callback to be called periodically. The callback is called every ``callback_time`` milliseconds. `start` must be called after the `PeriodicCallback` is created.
| def tornado.ioloop.PeriodicCallback.__init__ | ( | self, | |
| callback, | |||
| callback_time, | |||
io_loop = None |
|||
| ) |
| def tornado.ioloop.PeriodicCallback._run | ( | self | ) | [private] |
| def tornado.ioloop.PeriodicCallback._schedule_next | ( | self | ) | [private] |
| def tornado.ioloop.PeriodicCallback.start | ( | self | ) |
| def tornado.ioloop.PeriodicCallback.stop | ( | self | ) |