libcoro
1.0
Coroutine support library for C++20
coro
queue
clear
close
emplace
empty
pop
pop
push
push
queue
queue
queue
queue
reopen
size
try_pop
◆
emplace()
template<typename T , typename QueueImpl = std::queue<T>>
template<typename ... Args>
promise
<T>::notify
coro::queue
< T, QueueImpl >::emplace
(
Args &&...
args
)
inline
Push the item to the queue (emplace)
Parameters
args
arguments needed to construct the item.
Returns
pending notify of resolved promise (if applicable)
Note
function can cause resumption of awaiting coroutine.
Definition at line
61
of file
queue.h
.
Here is the caller graph for this function:
Generated on Fri Aug 2 2024 15:51:50 for libcoro by
1.9.1