libcoro  1.0
Coroutine support library for C++20

◆ awaitable

template<typename T >
concept coro::awaitable = directly_awaitable<T> || indirectly_awaitable<T>

Tests, whether T is coroutine awaitable.

Definition at line 80 of file common.h.