Skip to content

ikcore/IK.Cpp.Task.WorkQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IK.Cpp.Task.WorkQueue

A simple work stealing queue system for cpp

Initialise the manager with any number of threads. Inherit a work item into a custom class and override the execute method. Add the work item to the manager queue. The manager will then process the work item on the queue until all work complete.

About

A simple work stealing queue system for cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages