|
using | Clock = std::chrono::steady_clock |
|
using | Duration = Clock::duration |
|
|
LLAPI | ThreadPoolExecutor (std::string name, size_t nThreads=1) |
|
LLAPI void | resize (size_t nThreads=1) |
|
LLAPI void | destroy () |
|
LLAPI void | execute (std::function< void()>) const override |
|
LLAPI std::shared_ptr< data::CancellableCallback > | executeAfter (std::function< void()>, Duration) const override |
|
std::string const & | getName () const |
|
◆ execute()
LLAPI void ll::thread::ThreadPoolExecutor::execute |
( |
std::function< void()> | | ) |
const |
|
overridevirtual |
◆ executeAfter()
LLAPI std::shared_ptr< data::CancellableCallback > ll::thread::ThreadPoolExecutor::executeAfter |
( |
std::function< void()> | , |
|
|
Duration | ) const |
|
overridevirtual |
The documentation for this class was generated from the following file: