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.
the corresponding operation on the sequential specification datatype.
Log an enqueue operation of value by the thread.
Log an enqueue operation of value by the thread.
the value enqueued.
the operation on the concurrent queue corresponding to the enqueue, e.g. _.enqueue(value).
the corresponding operation on the sequential specification datatype.
A log to be used by a single thread for a cometition tester combining a queue tester and a generic tester.
the type of data stored in the queue.
the type of the sequential specification object used by the generic tester.
the type of the concurrent object.