virtual void BeginThreadedOperation(void)=0
Called at the start of a threading operation in a new thread by the internal thread manager at most o...
virtual void CancelThreadedOperation(void)=0
Called by the internal thread manager to request cancellation of a thread at most once...
The basic multithreading interface.