Flutter Engine
The Flutter Engine
|
#include <thread_pool.h>
Public Member Functions | |
virtual | ~Task () |
virtual void | Run ()=0 |
Public Member Functions inherited from dart::IntrusiveDListEntry< Task > | |
IntrusiveDListEntry () | |
~IntrusiveDListEntry () | |
Protected Member Functions | |
Task () | |
Definition at line 23 of file thread_pool.h.
|
inlineprotected |
Definition at line 25 of file thread_pool.h.
|
inlinevirtual |
Definition at line 28 of file thread_pool.h.
|
pure virtual |
Implemented in dart::BackgroundCompilerTask, dart::InfiniteLoopTask, dart::BackgroundGCTask, dart::CompactorTask, dart::ConcurrentForceGrowthScopeTask, dart::PrologueTask, dart::EpilogueTask, dart::ParallelMarkTask, dart::ConcurrentMarkTask, dart::StateMachineTask, dart::ParallelScavengerTask, dart::ConcurrentSweeperTask, dart::InterruptChecker, dart::RunKernelTask, dart::MessageHandlerTask, dart::ToggleBreakpointTask, dart::RunServiceTask, dart::FuzzTask, dart::TestTask, dart::SleepTask, dart::SpawnTask, dart::TaskWithZoneAllocation, dart::SimpleTaskWithZoneAllocation, dart::ICDataTestTask, dart::SafepointTestTask, dart::AllocAndGCTask, dart::AllocateGlobsOfMemoryTask, and dart::SpawnIsolateTask.