Skip to content

Instantly share code, notes, and snippets.

@nikita-petko
nikita-petko / ExpiringTaskThread.cs
Created October 7, 2022 19:59
Expiring Task Thread Impl
using System;
using System.Threading;
using MFDLabs.Logging;
using Microsoft.Ccr.Core;
namespace MFDLabs.Concurrency.Base
{
/// <summary>
/// WORK IN PROGRESS DO NOT USE IN PROD!!!
/// </summary>