You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively: we could just export ConnectionTasks = Annotated[anyio.abc.TaskGroup, Depends(anyio.create_task_group, scope="connection")] and AppTasks = Annotated[anyio.abc.TaskGroup, Depends(anyio.create_task_group, scope="app")], or write a tutorial on how to do this at least.
There are currently no tests and I'm pretty sure it doesn't work.
The tricky bit will be documenting the interaction between Response and BackgroundTasks
The text was updated successfully, but these errors were encountered: