()
| 1349 | # This bypasses main_loop.set_alarm_in because we must *not* |
| 1350 | # hit the draw_screen call (it's unnecessary and slow). |
| 1351 | def run_find_coroutine(): |
| 1352 | if myrepl.module_gatherer.find_coroutine(): |
| 1353 | main_loop.event_loop.alarm(0, run_find_coroutine) |
| 1354 | |
| 1355 | run_find_coroutine() |
| 1356 |