

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

------------------------------------------------------------------------

<a
href="https://github.com/shuane/solveit_dmtools/blob/main/solveit_dmtools/core.py#L9"
target="_blank" style="float:right; font-size:smaller">source</a>

### run_async

``` python

def run_async(
    coro
):

```

*Run an async coroutine safely from sync code, even inside a running
event loop (e.g. ipymini)*
