Skip to content

Instantly share code, notes, and snippets.

View Rottweiler's full-sized avatar

Rottweiler Rottweiler

  • Jabber: rottsploit@xmpp.ru
  • Email: rottsploit@national.shitposting.agency
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
public delegate void ThreadQueueWorkDelegate<T>(T task);
/// <summary>
/// ThreadQueue
/// Made by BahNahNah