CCheckQueue::CCheckQueue

Constructors

Synopses

Declared in <checkqueue.h>

Deleted copy constructor; the queue owns its worker threads.

CCheckQueue(CCheckQueue const& other) = delete;
» more...

Deleted move constructor; the queue owns its worker threads.

CCheckQueue(CCheckQueue&& other) = delete;
» more...

Create a new check queue

explicit
CCheckQueue(
    unsigned int batch_size,
    int worker_threads_num);
» more...

Parameters

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