The Thread class
Thread
&reftitle.intro;
An implementation of a Thread should extend this declaration, implementing the run method. When the start method of that object is called, the run method code will be executed in separate Thread.
&reftitle.classsynopsis;
Thread
Thread
&Methods;
&reference.pthreads.entities.thread;