v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-platform.h>
Public Member Functions | |
virtual | ~IdleTask ()=default |
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 58 of file v8-platform.h.
|
virtualdefault |
|
pure virtual |