C++ keyword: co_await (since C++20)

The unary operator co_await suspends a coroutine and returns control to the caller.

# See also