libcoro
1.0
Coroutine support library for C++20
coro
future
attach
await_ready
await_suspend
cast_ret_value
convert_to
detach
forward_to
forward_to
future
future
future
get
get_promise
has_exception
has_value
is_awaited
is_deferred
is_in_progress
is_pending
operator cast_ret_value
operator!
operator<<
operator>>
requires
ret_value
set_callback
setDeferredEvaluation
start
startDeferredEvaluation
then
unset_callback
wait
~future
◆
is_awaited()
template<typename T >
bool
coro::future
< T >::is_awaited
(
)
const
inline
Determine whether an awaiter is set.
Return values
true
future has awaiter set
false
there is no awaiter
Definition at line
733
of file
future.h
.
Generated on Fri Aug 2 2024 15:51:50 for libcoro by
1.9.1