|
using | Clock = std::chrono::steady_clock |
|
using | Duration = Clock::duration |
|
|
LLAPI | ServerThreadExecutor (std::string name, Duration maxOnceDuration, size_t checkPack) |
|
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::ServerThreadExecutor::execute |
( |
std::function< void()> | | ) |
const |
|
overridevirtual |
◆ executeAfter()
LLAPI std::shared_ptr< data::CancellableCallback > ll::thread::ServerThreadExecutor::executeAfter |
( |
std::function< void()> | , |
|
|
Duration | ) const |
|
overridevirtual |
The documentation for this class was generated from the following file: