Flowdock
stop?() public

Returns true if thr is dead or sleeping.

a = Thread.new { Thread.stop }
b = Thread.current
a.stop?   #=> true
b.stop?   #=> false
Show source
Register or log in to add new notes.