V8 Project
|
A Task represents a unit of work. More...
#include <v8-platform.h>
Public Member Functions | |
virtual | ~Task () |
virtual void | Run ()=0 |
A Task represents a unit of work.
Definition at line 15 of file v8-platform.h.
|
inlinevirtual |
Definition at line 17 of file v8-platform.h.
|
pure virtual |
Implemented in v8::internal::MarkCompactCollector::SweeperTask.
Referenced by v8::platform::DefaultPlatform::PumpMessageLoop().