v8  8.4.371 (node 14.15.5)
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 45 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: