Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
thread.h File Reference
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/scoped_ptr.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"
#include "pagespeed/kernel/base/thread_system.h"

Go to the source code of this file.

Classes

class  net_instaweb::ThreadSystem::Thread
 Base class for client thread code. More...
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Detailed Description

This contains the class ThreadSystem::Thread which should be subclassed by things that wish to run in a thread.