[#CCheckQueue-2constructor-085] = xref:CCheckQueue.adoc[CCheckQueue]::CCheckQueue :relfileprefix: ../ :mrdocs: Create a new check queue == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CCheckQueue( unsigned int batch_size, int worker_threads_num); ---- == Parameters [cols="1,4"] |=== | Name| Description | *batch_size* | Number of checks handed to a worker per batch. | *worker_threads_num* | Number of additional worker threads to spawn. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#