Skip to content

Instantly share code, notes, and snippets.

namespace ConsoleApplication1
{
using System;
using System.Diagnostics;
using System.Threading.Tasks;
internal sealed class Program
{
private static readonly Task CachedTask = Task.FromResult(false);