[#CCheckQueue-2constructor-07] = xref:CCheckQueue.adoc[CCheckQueue]::CCheckQueue :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<checkqueue.h>` Deleted copy constructor; the queue owns its worker threads. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueue/2constructor-087.adoc[CCheckQueue](xref:CCheckQueue.adoc[CCheckQueue] const& other) = delete; ---- [.small]#xref:CCheckQueue/2constructor-087.adoc[_» more..._]# Deleted move constructor; the queue owns its worker threads. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueue/2constructor-0f.adoc[CCheckQueue](xref:CCheckQueue.adoc[CCheckQueue]&& other) = delete; ---- [.small]#xref:CCheckQueue/2constructor-0f.adoc[_» more..._]# Create a new check queue [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:CCheckQueue/2constructor-085.adoc[CCheckQueue]( unsigned int batch_size, int worker_threads_num); ---- [.small]#xref:CCheckQueue/2constructor-085.adoc[_» more..._]# == 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]#