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
currently @aio_as_trio runs __aenter__ and __aexit__ in two different tasks, whereas some asyncio context managers are sensitive to being run in the same task
currently @aio_as_trio runs
__aenter__
and__aexit__
in two different tasks, whereas some asyncio context managers are sensitive to being run in the same taskso I've got a little util function like this:
I think it would be worth including it here also
The text was updated successfully, but these errors were encountered: