Log a dequeue operation by the thread.
Log a dequeue operation by the thread.
the operation on the concurrent queue corresponding to the dequeue, e.g. _.dequeue.
Log an enqueue operation of value by the thread.
Log an enqueue operation of value by the thread.
the operation on the concurrent queue corresponding to the enqueue, e.g. _.enqueue(value).
Internal GenericThreadLog object.