/TaskPort

A light weighted multi-threading task handling library

Primary LanguageC++MIT LicenseMIT

TaskPort - A light weighted multi-threading task handling library

The TaskPort is a light weighted multi-threading task handling library based implemented by thread pool.

Build

cd into the folder, and run make.

Or you can use gensol to regenerate the makefile before make.

Usage

Maybe the header and the examples are enough.