We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00953d6 commit 93296d8Copy full SHA for 93296d8
src/oumi/core/async_utils.py
@@ -6,7 +6,7 @@
6
7
8
def safe_asyncio_run(main: Awaitable[T]) -> T:
9
- """Run a series of Awaitables in a new thread. Blocks until the thread is finished.
+ """Run an Awaitable in a new thread. Blocks until the thread is finished.
10
11
This circumvents the issue of running async functions in the main thread when
12
an event loop is already running (Jupyter notebooks, for example).
0 commit comments