Confirmed users
496
edits
(→Interrupting a Thread: Add "Exiting Threads" section.) |
|||
Line 137: | Line 137: | ||
This indicates that the thread exited before receiving the <tt>attach</tt> | This indicates that the thread exited before receiving the <tt>attach</tt> | ||
packet. The thread is now in the <b>Exited</b> state. The client must | packet. The thread is now in the <b>Exited</b> state. The client must | ||
respond to this with a | respond to this with a <tt>release</tt> packet; see [[#Exiting_Threads|Exiting Threads]]. | ||
== Detaching From a Thread == | == Detaching From a Thread == |