class documentation
Protocol for objects capable of running awaitables synchronously.
Implementations expose a single run_sync method which executes
an awaitable on an event loop owned by the implementation and blocks the
caller until completion.
| Method | run |
Run awaitable to completion and return its result. |