Thread::start
Execution
&reftitle.description;
public booleanThread::start
integeroptions
Will start a new Thread to execute the implemented run method
&reftitle.parameters;
options
An optional mask of inheritance constants, by default PTHREADS_INHERIT_ALL
&reftitle.returnvalues;
A boolean indication of success
&reftitle.examples;
Starting Threads
start());
?>
]]>
&example.outputs;