Skip to content

This is a thread pool template based on C++11, which supports asynchronously obtaining the results of tasks submitted to the thread pool through std::future, and supports a variety of task types (such as: common member functions, static member functions, functors, common functions, etc.), supports variadic task submission.这是一个基于C++11的线程池模板,支持通过s…

Notifications You must be signed in to change notification settings

VishellLee/ThreadPool-by-Cpp-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

About

This is a thread pool template based on C++11, which supports asynchronously obtaining the results of tasks submitted to the thread pool through std::future, and supports a variety of task types (such as: common member functions, static member functions, functors, common functions, etc.), supports variadic task submission.这是一个基于C++11的线程池模板,支持通过s…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages