In file No file:

void* RunObject (void *object)

Run object in a separate thread

Documentation

Run object in a separate thread. Runs method Run of object. Used for creation of a new running object. Works around the problem with passing a method of an object to pthread_create().
Returns:
what them method Run() of Runnable object returns.
Parameters:
object - Runable object to execute.
Author:
Venca
See Also:
pthread_create(), RunningObject, Run()

alphabetic index hierarchy of classes


generated by doc++