Skip to content

Instantly share code, notes, and snippets.

@Lienfa
Lienfa / Program.cs
Last active January 10, 2020 06:58
Try ThreadStatic
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace LienFa.Try.ThreadStatic
{
class Program
{