Hacker News new | ask | show | jobs
by charleslmunger 205 days ago
Unfortunately the standard library mutex is designed in such a way that condition variables can't use requeue, and so require unnecessary wakeups. I believe parking lot doesn't have this problem.