Hacker News new | ask | show | jobs
by jcelerier 2516 days ago
> In particular, the standard way to solve problems in that mode of thinking is to introduce locks

nowadays I mostly see lock-free queues and message passing across threads, it's trivial to do with a few nice libraries