v8  7.8.279(node12.16.3)
V8 is Google's open source JavaScript engine
Task Class Referenceabstract

#include <v8-platform.h>

Public Member Functions

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

Detailed Description

A Task represents a unit of work.

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

Constructor & Destructor Documentation

◆ ~Task()

virtual ~Task ( )
virtualdefault

Member Function Documentation

◆ Run()

virtual void Run ( )
pure virtual

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