m09y / Threadpool

A simple implementation of threadpool to schedule tasks to worker threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threadpool

A simple implementation of threadpool to schedule tasks to worker threads.

  1. cmake .
  2. make
  3. ./msapp

About

A simple implementation of threadpool to schedule tasks to worker threads.


Languages

Language:C++ 87.6%Language:CMake 12.4%