CCheckQueue::CCheckQueue

Create a new check queue

Synopsis

Declared in <checkqueue.h>

explicit
CCheckQueue(
    unsigned int batch_size,
    int worker_threads_num);

Parameters

NameDescription
batch_sizeNumber of checks handed to a worker per batch.
worker_threads_numNumber of additional worker threads to spawn.