Skip to content

Instantly share code, notes, and snippets.

View vleboutouiller's full-sized avatar

Vincent Le Boutouiller vleboutouiller

View GitHub Profile
@vleboutouiller
vleboutouiller / Program.cs
Created June 16, 2020 14:03 — forked from natalie-o-perret/Program.cs
Kevin Goss - Design and Code Tasks from Scratch - Clunky WIP
using System;
using System.Threading;
using System.Collections.Concurrent;
using System.Runtime.CompilerServices;
using Microsoft.VisualStudio.Threading;
// Code adapted from https://www.youtube.com/watch?time_continue=20912&v=FMx3D5Q7upo&feature=emb_logo
// Need to figure out where does the deadlock happen with SingleThreadedSynchronizationContext =|