class documentation
Define objects that run awaitables synchronously.
run_sync runs an awaitable on the object's event loop. It blocks
the caller until the awaitable is complete.
| Method | run |
Run awaitable to completion and return its result. |