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.