hantusk

Results 2 comments of hantusk

> I realize I can run an async future with > > ``` > app = FastAPI(title='TestAPI', on_startup=async_func()) > ``` > > How can I add a non-async blocking function...

Ran into this today as well fwiw.