loop

class EventloopMixin[source]

Provide an eventloop in a separate thread to an inheriting class. Any eventloop that is running in the current context is not used because the inheriting classes are presumed to operate mostly synchronously for now, pending a refactor to all async networking classes.

property context: Context
property loop: IOLoop
start_loop() None[source]
stop_loop() None[source]