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
Is it possible to bind to async context managers? They have a magic method __aexit__ that seems like it would map to the IAsyncDisposable interface, but I can't see to get the latter to work with tasks. Maybe a helper method could be introduced if the built in use facility can't support this?
The text was updated successfully, but these errors were encountered:
Is it possible to bind to async context managers? They have a magic method
__aexit__
that seems like it would map to theIAsyncDisposable
interface, but I can't see to get the latter to work with tasks. Maybe a helper method could be introduced if the built inuse
facility can't support this?The text was updated successfully, but these errors were encountered: