()
| 61 | # Make sure that add_callback from inside a running IOLoop |
| 62 | # wakes up the IOLoop immediately instead of waiting for a timeout. |
| 63 | def callback(): |
| 64 | self.called = True |
| 65 | self.stop() |
| 66 | |
| 67 | def schedule_callback(): |
| 68 | self.called = False |
nothing calls this directly
no test coverage detected