--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Basically the same as Thread::new. However, if class Thread is subclassed, then calling start in that subclass will not invoke the subclass's initialize method.
full_name: Thread::start
is_singleton: true
name: start
params: |
Thread.start([args]*) {|args| block } => thread
Thread.fork([args]*) {|args| block } => thread
visibility: public