nemo_relay.utils

View as Markdown

Generated from python/nemo_relay/utils.py.

Module nemo_relay.utils.

Functions

run_sync

1def run_sync(coro: Any) -> Any

Run coro synchronously, handling the case where an event loop is already running.