![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <parallel-work-item.h>
Public Member Functions | |
ParallelWorkItem ()=default | |
bool | TryAcquire () |
bool | IsAcquired () const |
Private Attributes | |
bool | acquire_ {false} |
Definition at line 13 of file parallel-work-item.h.
|
default |
|
inline |
|
inline |
Definition at line 17 of file parallel-work-item.h.
|
private |
Definition at line 31 of file parallel-work-item.h.