v8  4.6.85 (node 5.12.0)
V8 is Google's open source JavaScript engine
Task Class Referenceabstract

#include <v8-platform.h>

Public Member Functions

virtual ~Task ()
 
virtual void Run ()=0
 

Detailed Description

A Task represents a unit of work.

Definition at line 15 of file v8-platform.h.

Constructor & Destructor Documentation

◆ ~Task()

virtual ~Task ( )
inlinevirtual

Definition at line 17 of file v8-platform.h.

Member Function Documentation

◆ Run()

virtual void Run ( )
pure virtual

The documentation for this class was generated from the following file: