![]() |
Concurrency utilities for use with Python async
.
Classes
class AsyncThreadRunner
: Class which bridges async and synchronous synchronous interfaces.
class SharedAwaitable
: A wrapper allowing async
functions to be await
ed from multiple places.