Inserts a value into the queue.
Synopsis
Declared in <folly/concurrency/container/RelaxedConcurrentPriorityQueue.h>
void
push(T const& val);
Parameters
Name |
Description |
val |
The value to insert. |
Created with MrDocs