cleanupThread

This method provides a "hook" to allow a thread to be cleaned up without a call to the DTOR. This method enables you to clean up a thread without destroying the virtual function table.

Visibility
Public
Signature
virtual void cleanupThread()

Feedback