Class CustomExecutor

Class Documentation

class CustomExecutor

Custom executor for async operations when std::execution is not available.

Public Functions

inline CustomExecutor(size_t num_threads = std::thread::hardware_concurrency())
inline ~CustomExecutor()
template<typename F>
inline auto submit(F &&func) -> std::future<std::invoke_result_t<F>>
inline void shutdown()