V8 Project
v8::Task Class Referenceabstract

A Task represents a unit of work. More...

#include <v8-platform.h>

+ Inheritance diagram for v8::Task:
+ Collaboration diagram for v8::Task:

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 v8::Task::~Task ( )
inlinevirtual

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

17 {}

Member Function Documentation

◆ Run()

virtual void v8::Task::Run ( )
pure virtual

Implemented in v8::internal::MarkCompactCollector::SweeperTask.

Referenced by v8::platform::DefaultPlatform::PumpMessageLoop().

+ Here is the caller graph for this function:

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