V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
ThreadId & | operator= (const ThreadId &other) |
bool | operator== (const ThreadId &other) const |
V8_INLINE bool | Equals (const ThreadId &other) const |
V8_INLINE bool | IsValid () const |
int | ToInteger () const |
Static Public Member Functions | |
static ThreadId | TryGetCurrent () |
static ThreadId | Current () |
static ThreadId | Invalid () |
static ThreadId | FromInteger (int id) |
Definition at line 14 of file thread-id.h.