![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8-platform.h>

Public Member Functions | |
| virtual | ~Task () |
| virtual void | Run ()=0 |
A Task represents a unit of work.
Definition at line 38 of file v8-platform.h.
|
inlinevirtual |
Definition at line 40 of file v8-platform.h.
|
pure virtual |
Implemented in TestTask, and ReadQueueTask.
Referenced by DefaultPlatform::CallOnForegroundThread().