method

start

v2_2_9 - Show latest stable - Class: Thread
start(*args)
public

Basically the same as ::new. However, if class Thread is subclassed, then calling start in that subclass will not invoke the subclass’s initialize method.