C++ keywords: co_await
The unary operator co_await suspends a coroutine and returns control to the caller.
Usage
co_awaitexpression (since C++20)
The unary operator co_await suspends a coroutine and returns control to the caller.
co_await expression (since C++20)