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
Right now disposing is only handled for IDisposable. However if a type implements IAsyncDisposable the variant should implement that as well and delegate asynchronous disposing to the live value where appropriate.
The text was updated successfully, but these errors were encountered:
Right now disposing is only handled for
IDisposable
. However if a type implementsIAsyncDisposable
the variant should implement that as well and delegate asynchronous disposing to the live value where appropriate.The text was updated successfully, but these errors were encountered: