System.Runtime.CompilerServices.ConfiguredAsyncDisposable
Provides a type that can be used to configure how awaits on an IAsyncDisposable are performed.
namespace System.Runtime.CompilerServices
{
public readonly struct ConfiguredAsyncDisposable
{
public ConfiguredValueTaskAwaitable DisposeAsync();
}
}