Skip to content

Instantly share code, notes, and snippets.

View sgorozco's full-sized avatar

Sergio Gerardo Orozco sgorozco

  • Obsidian / Auditsa
  • Querétaro, MX
  • X @sgorozco
View GitHub Profile
@sgorozco
sgorozco / JoinableTaskTools.cs
Last active May 18, 2022 07:07
Helper class to instantiate a JoinableTaskFactory singleton
using Microsoft.VisualStudio.Threading;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
namespace JoinableTaskTools
{
/// <summary>