C++ keyword: co_await (since C++20)
From cppreference.com
The unary operator co_await suspends a coroutine and returns control to the caller.
[edit] Usage
[edit] Notes
| Feature-test macro | Value | Std | Feature |
|---|---|---|---|
__cpp_impl_coroutine |
201902L |
(C++20) | Coroutines (compiler support) |