--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Terminates thr without calling ensure clauses and schedules another thread to be run, returning the terminated Thread. If this is the main thread, or the last thread, exits the process.
- !ruby/struct:SM::Flow::P
body: See Thread#exit for the safer version.
full_name: Thread#kill!
is_singleton: false
name: kill!
params: |
thr.exit! => thr
thr.kill! => thr
thr.terminate! => thr
visibility: public