Skip to content

feat(thread pool): Add thread pool with basic functionality

MCWDX requested to merge feature/ThreadPool into main
  • Add MPMC blocking queue to thread pool
  • Add submit task function to thread pool
  • Add dynamic thread management to thread pool
  • Add thread pool state
  • Add task waiting method to thread pool
  • Test above functions

Merge request reports

Loading