--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns true if thr is running or sleeping.
- !ruby/struct:SM::Flow::VERB
body: " thr = Thread.new { }\n thr.join #=> #<Thread:0x401b3fb0 dead>\n Thread.current.alive? #=> true\n thr.alive? #=> false\n"
full_name: Thread#alive?
is_singleton: false
name: alive?
params: |
thr.alive? => true or false
visibility: public