Grpc.Shared.CompatibilityHelpers
namespace Grpc.Shared
{
internal static class CompatibilityHelpers
{
public static void (bool condition, string message = null);
public static bool (this Task task);
public static bool (this ValueTask task);
public static bool <>(this ValueTask<T> task);
public static int (string s, char value, StringComparison comparisonType);
public static Task<T> <[System.Runtime.CompilerServices.Nullable(2)] >(this Task<T> task, CancellationToken cancellationToken);
public static CancellationTokenRegistration (CancellationToken cancellationToken, Action<object, CancellationToken> callback, object state);
public static Task<T> <[System.Runtime.CompilerServices.Nullable(2)] >(Task<T> callTask);
}
}