• S
    Ensure that listeners do not get notified when a computer is killed from a... · 9a7d578a
    Stephen Connolly 提交于
    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
    9a7d578a
Computer.java 56.4 KB