method

fork

v1_8_7_72 - Show latest stable - Class: Thread
fork(...)
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.