/SmartThreadPool

A smart C++11 thread pool. Efficiently schedule your threads using "Classify Thread Pool", "Priority Task Queue". And also provide "Self-Adaption Pool Capacity" policy, "State Monitor" of tasks and workers function.

Primary LanguageC++MIT LicenseMIT

Smart Thread Pool

pipeline status MIT licensed

Features

  • Priority Task Queue
  • Classify Thread Pool
  • Self-Adaption Pool Capacity
  • Pools & Queues State Monitor

Framework

SmartThreadPoolFramework

Usage