Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an item to the unbounded_buffer messaging block.
bool enqueue(
_Type const& _Item
);
Parameters
- _Item
The item to add.
Return Value
true if the item was accepted, false otherwise.
Requirements
Header: agents.h
Namespace: Concurrency