Page Speed Optimization Libraries
1.13.35.1
|
#include "thread_system.h"
Public Member Functions | |
virtual bool | StartImpl ()=0 |
virtual void | JoinImpl ()=0 |
ThreadImpl is the class that's inherited off when implementing threading — ThreadSystem::NewThreadImpl is responsible for creating an appropriate instance that's hooked up to a given user Thread object.