V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <v8-platform.h>
Public Member Functions | |
virtual void | Run (double deadline_in_seconds)=0 |
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.