#include <sbThreadUtils.h>
Public Member Functions | |
sbRunnable_ (const char *aName) | |
NS_IMETHOD | Run () |
Public Member Functions inherited from sbRunnable | |
sbRunnable (const char *aName) | |
NS_IMETHOD | Run () |
PRBool | Wait (PRIntervalTime aTimeout) |
Protected Member Functions | |
virtual void | OnRun ()=0 |
A specialization of sbRunnable_<> for operations that return void.
Definition at line 842 of file sbThreadUtils.h.
|
inline |
Definition at line 845 of file sbThreadUtils.h.
|
protectedpure virtual |
The operation to perform when invoked, as defined by a subclass.
|
inline |
nsIRunnable run method. Delegates to OnRun(). Subclasses must override OnRun(), not this function.
Definition at line 855 of file sbThreadUtils.h.