Skip to content

Instantly share code, notes, and snippets.

View papauorg's full-sized avatar
🤘
Ironheade Sneak Attack

Philipp Grathwohl papauorg

🤘
Ironheade Sneak Attack
View GitHub Profile
using System.Collections.Concurrent;
using System.Reflection;
using System.Threading;
using System.Xml.Linq;
public void RunSimultaneously(params Action[] actions)
{
if (actions.Length == 0) return;