#include <SkExecutor.h>
◆ ~SkExecutor()
virtual SkExecutor::~SkExecutor |
( |
| ) |
|
|
virtual |
◆ SkExecutor() [1/2]
SkExecutor::SkExecutor |
( |
| ) |
|
|
protecteddefault |
◆ SkExecutor() [2/2]
◆ add()
virtual void SkExecutor::add |
( |
std::function< void(void)> |
| ) |
|
|
pure virtual |
◆ borrow()
virtual void SkExecutor::borrow |
( |
| ) |
|
|
inlinevirtual |
◆ GetDefault()
◆ MakeFIFOThreadPool()
static std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool |
( |
int |
threads = 0 , |
|
|
bool |
allowBorrowing = true |
|
) |
| |
|
static |
◆ MakeLIFOThreadPool()
static std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool |
( |
int |
threads = 0 , |
|
|
bool |
allowBorrowing = true |
|
) |
| |
|
static |
◆ operator=()
◆ SetDefault()
static void SkExecutor::SetDefault |
( |
SkExecutor * |
| ) |
|
|
static |
The documentation for this class was generated from the following file: