Create a markReclaim proctor managing the specified node of the specified queue.

Synopsis

Declared in <bdlcc_singleconsumerqueueimpl.h>

SingleConsumerQueueImpl_MarkReclaimProctor(
    TYPE* queue,
    NODE* node);

Parameters

Name

Description

queue

queue whose markReclaim is invoked on destruction

node

node passed to markReclaim on destruction

Created with MrDocs