Hacker News new | ask | show | jobs
by MrDosu 3406 days ago
I agree. Asynchronous programming is orders of magnitude easier to grasp than concurrency. Especially in low lock scenarios. Interlocked.Increment(yourPost) :P