WorkQueue.this
this
(size_t capacity = 0) @trustedConstruct a work queue with the specified capacity.
Parameters
capacity | Maximum number of work items the queue can hold. Use 0 for unbounded (dynamically growing) queue. |