SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
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::CpuTaskExecutor | static |
executeAsync(std::shared_ptr< SLLooper > resultLooper, Func &&func, std::chrono::milliseconds timeout) -> Promise< decltype(func())> | swt::CpuTaskExecutor | static |