Y
Hacker News
new
|
ask
|
show
|
jobs
by
woooooo
1359 days ago
Monitors as in the synchronized keyword? Because that is kind of a big one.
1 comments
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.
link