Virtual Method

ClapperThreadedObjectthread_start

Declaration [src]

void
thread_start (
  ClapperThreadedObject* threaded_object
)

Description [src]

Called right after thread started.

Useful for initializing objects that work within this new thread.