Skip to content

A simple asynchronous task manager written in C++

Notifications You must be signed in to change notification settings

staring/AsyncTaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AsyncTaskManager

A simple asynchronous task manager written in C++ and uses Boost for multi-threading. Tasks are run concurrently using as many threads as available.

It is possible to pause/resume tasks, keep track of the overall execution progress, and perform certain actions when a task is started or has finished doing work.

About

A simple asynchronous task manager written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published