Hacker News new | ask | show | jobs
by mike_hearn 1359 days ago
Yes but it only really matters if you're blocking on IO whilst inside a synchronized block. If you're using it to protect in-memory data structures then it's not a big deal.