V8 API Reference Guide generated from the header files
Public Member Functions
v8::IdleTask Class Referenceabstract

#include <v8-platform.h>

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.


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