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
and support for generator functions in disposing, specifically a Symbol.generatorDispose that supports a generator function that gets called when using using*
The text was updated successfully, but these errors were encountered:
I'd like to be able to implement a timeout or TaskGroup context manager like in Trio/asyncio:
This requires access to the error:
#49
and support for generator functions in disposing, specifically a Symbol.generatorDispose that supports a generator function that gets called when using
using*
The text was updated successfully, but these errors were encountered: