Skip to content
Snippets Groups Projects
Commit 41481086 authored by Joakim Skogø Langvand's avatar Joakim Skogø Langvand
Browse files

Doc

parent eecba5ce
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,12 @@
#include <vector>
namespace jlworkers {
/* Worker thread/event loop class
The default constructor will create an instance utilising a single thread
for each task, making it act as an event loop. You can, however, specify
any number of threads to run tasks concurrently.
*/
class Workers {
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment