Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
Async.h 文件参考

异步任务执行器 更多...

浏览该文件的源代码.

命名空间

namespace  sese
 

函数

template<class RETURN_TYPE >
std::shared_future< RETURN_TYPE > sese::async (const std::function< RETURN_TYPE()> &task) noexcept
 
template<class RETURN_TYPE >
std::shared_future< RETURN_TYPE > sese::async (ThreadPool &pool, const std::function< RETURN_TYPE()> &task) noexcept
 
template<class RETURN_TYPE >
std::shared_future< RETURN_TYPE > sese::asyncWithGlobalPool (const std::function< RETURN_TYPE()> &task) noexcept
 

详细描述

异步任务执行器

日期
2023年8月5日
作者
kaoru