Polly.Utils.DisposeHelper static class DisposeHelper Documentation Code namespace Polly.Utils { internal static class DisposeHelper { public static ValueTask TryDisposeSafeAsync<[System.Runtime.CompilerServices.Nullable(2)] T>(T value, bool isSynchronous); } }