V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::IdleTask Class Referenceabstract

#include <v8-platform.h>

Inheritance diagram for v8::IdleTask:
v8::internal::CancelableIdleTask v8::internal::ScavengeJob::IdleTask

Public Member Functions

virtual void Run (double deadline_in_seconds)=0
 

Detailed Description

An IdleTask represents a unit of work to be performed in idle time. The Run method is invoked with an argument that specifies the deadline in seconds returned by MonotonicallyIncreasingTime(). The idle task is expected to complete by this deadline.

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


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