Definition at line 20 of file playground_impl_gles.cc.
◆ ReactorWorker()
| impeller::PlaygroundImplGLES::ReactorWorker::ReactorWorker |
( |
| ) |
|
|
default |
◆ CanReactorReactOnCurrentThreadNow()
| bool impeller::PlaygroundImplGLES::ReactorWorker::CanReactorReactOnCurrentThreadNow |
( |
const ReactorGLES & |
reactor | ) |
const |
|
inlineoverridevirtual |
◆ SetReactionsAllowedOnCurrentThread()
| void impeller::PlaygroundImplGLES::ReactorWorker::SetReactionsAllowedOnCurrentThread |
( |
bool |
allowed | ) |
|
|
inline |
Definition at line 35 of file playground_impl_gles.cc.
36 WriterLock lock(mutex_);
37 reactions_allowed_[std::this_thread::get_id()] = allowed;
The documentation for this class was generated from the following file: