SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
swt::CpuTaskExecutor Member List

This is the complete list of members for swt::CpuTaskExecutor, including all inherited members.

executeAsync(std::shared_ptr< SLLooper > resultLooper, Func &&func) -> Promise< decltype(func())>swt::CpuTaskExecutorstatic
executeAsync(std::shared_ptr< SLLooper > resultLooper, Func &&func, std::chrono::milliseconds timeout) -> Promise< decltype(func())>swt::CpuTaskExecutorstatic