event_loop – event_loop module

Home of the Event loop class - this seems to be the main scheduler on the Hub, called by the hub_runtime – Hub main module module’s start() procedure. The EventLoop class (along with the imports) seem to technically live inside an event_loop.event_loop submodule, but the class is also available inside event_loop itself, so the submodule isn’t necessary to know about.

Functions

event_loop.get_event_loop(???)

???

Constants

event_loop._EVENT_LOOP

Reference to the main event loop object (type EventLoop).

Class EventLoop

class event_loop.EventLoop(???)

???

_discard(???)

???

step(???)

Generator function. ???

cancel(???)

???

call_soon(???)

???

run_forever(???)

???