Skip to content

zh820952173/zh_threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zh_threadpool

  • A modern, fast, lightweight thread pool library based on C++17
  • Only the linux OS is supported

Features

  • Support thread binding core
  • Support thread naming
  • Supports thread task execution priority, default is immediate execution without priority
  • Support for getting thread task group return values

building

cmake -S . -B build
make --build build

About

A modern, fast, lightweight thread pool library based on C++17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published