init abstract method

void init()

Initializes the thread.

This method should be implemented by subclasses to perform any setup necessary for the thread.

Implementation

void init();