flx::pthread::worker_fifo Class Reference
Job scheduler, executes jobs in turn from queue.
More...
#include <pthread_work_fifo.hpp>
List of all members.
|
Public Member Functions |
| worker_fifo (int n, int m) |
| ~worker_fifo () |
| n: Q bound, m: # of threads
|
void | add_worker_task (worker_task *task) |
int | get_nthreads () |
void | set_nthreads (int) |
Detailed Description
Job scheduler, executes jobs in turn from queue.
The documentation for this class was generated from the following file: