Thread.fork([args]*) {|args| block } â thread
Class Public methods
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.
Designed by : w10schools
service@w10schools.com
Please login to continue.