Skip to content

A general purpose multi-thread dispatcher class with a virtual Run method

License

Notifications You must be signed in to change notification settings

vmontes/Dispatcher

Repository files navigation

Dispatcher

A general purpose multi-thread dispatcher class with a virtual Run method

To use the application, just extend the CTask class with your own task, using the CMatrixTask class as examle, and change the main Source.cpp code to addapt your initialization operations. You don't need to change the CDispatcher and the CTask classes, they are for general purpose.

About

A general purpose multi-thread dispatcher class with a virtual Run method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages