Page Speed Optimization Libraries
1.2.24.1
|
Waits on a given SyncPoint before completing Run() More...
#include "worker_test_base.h"
Public Member Functions | |
WaitRunFunction (SyncPoint *sync) | |
virtual void | Run () |
virtual void net_instaweb::WorkerTestBase::WaitRunFunction::Run | ( | ) | [virtual] |
Callers must override this to define the action to take when a closure is run. If this is called, Cancel() should not be called. This is a convention that's expected of callers of Function objects, but is not enforced by the Function implementation.
Implements net_instaweb::Function.