Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Private Member Functions | List of all members
SkTrivialExecutor Class Referencefinal
Inheritance diagram for SkTrivialExecutor:
SkExecutor

Private Member Functions

void add (std::function< void(void)> work) override
 

Additional Inherited Members

- Public Member Functions inherited from SkExecutor
virtual ~SkExecutor ()
 
virtual void borrow ()
 
- Static Public Member Functions inherited from SkExecutor
static std::unique_ptr< SkExecutorMakeFIFOThreadPool (int threads=0, bool allowBorrowing=true)
 
static std::unique_ptr< SkExecutorMakeLIFOThreadPool (int threads=0, bool allowBorrowing=true)
 
static SkExecutorGetDefault ()
 
static void SetDefault (SkExecutor *)
 
- Protected Member Functions inherited from SkExecutor
 SkExecutor ()=default
 
 SkExecutor (const SkExecutor &)=delete
 
SkExecutoroperator= (const SkExecutor &)=delete
 

Detailed Description

Definition at line 37 of file SkExecutor.cpp.

Member Function Documentation

◆ add()

void SkTrivialExecutor::add ( std::function< void(void)>  work)
inlineoverrideprivatevirtual

Implements SkExecutor.

Definition at line 38 of file SkExecutor.cpp.

38 {
39 work();
40 }

The documentation for this class was generated from the following file: