IAsyncDisposable, using statements, and async/await · Issue #114 · dotnet/roslyn

With the introduction of support for await inside of a finally block, I'd like to propose the following extension to the using statement in C#. The System.IAsyncDisposable interface public interfac...