method

start

v1_8_7_72 - Show latest stable - Class: Thread
start(...)
public

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.