An interface for operations that may be Started and Stopped. More...
#include "util/thread/stoppable.h"
Public Member Functions | |
virtual void | Start ()=0 |
Starts the operation. | |
virtual void | Stop ()=0 |
Stops the operation. | |
An interface for operations that may be Started and Stopped.
|
pure virtual |
Starts the operation.
Implemented in crashpad::CrashReportUploadThread, crashpad::PruneCrashReportThread, and crashpad::PruneIntermediateDumpsAndCrashReportsThread.
|
pure virtual |
Stops the operation.
Implemented in crashpad::CrashReportUploadThread, crashpad::PruneCrashReportThread, and crashpad::PruneIntermediateDumpsAndCrashReportsThread.