Create a new check queue
Declared in <checkqueue.h>
explicit
CCheckQueue(
unsigned int batch_size,
int worker_threads_num);
| Name | Description |
|---|---|
| batch_size | Number of checks handed to a worker per batch. |
| worker_threads_num | Number of additional worker threads to spawn. |