Page Speed Optimization Libraries
1.3.25.1
|
Function that signals on destruction and check fails when run. More...
#include "worker_test_base.h"
Public Member Functions | |
DeleteNotifyFunction (WorkerTestBase::SyncPoint *sync) | |
virtual void | Run () |
Function that signals on destruction and check fails when run.
virtual void net_instaweb::DeleteNotifyFunction::Run | ( | ) | [inline, 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.