Hacker News new | ask | show | jobs
by foepys 1192 days ago
If you have legacy or UI code you are best served using Microsoft.VisualStudio.Threading to ease the pain. Not using it will land you in a world of random deadlocks and disappearing data from variables.

vs-threading should be part of the .NET standard library but somehow isn't.