nspyre.data._asyncio_worker

Module Contents

Classes

AsyncioWorker

Implements functionality for an asyncio event loop running in a separate

class nspyre.data._asyncio_worker.AsyncioWorker

Implements functionality for an asyncio event loop running in a separate thread.

start()

Start the asyncio event loop.

stop(timeout=3)

Stop the asyncio event loop.

Parameters:

timeout – time to wait to shut down the event loop.

is_running()

Return True if the event loop is running.