C++ keywords: co_await

< cpp‎ | keyword

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

Usage