Ensure that listeners do not get notified when a computer is killed from a...
Ensure that listeners do not get notified when a computer is killed from a thread with the Queue lock - We don't know what those listeners will be doing - I'm not completely happy with having to do it this way, there are some theoretical paths where we end up re-acquiring the Queue lock in Computer.kill() but they should not be the normal path
Loading
Please register or sign in to comment