Coroutine support (C++20)
From cppreference.com
 
 
 < cpp 
 
 
 C++ 
 Feature test macros (C++20)
 Concepts library (C++20)
 Metaprogramming library (C++11)
 Ranges library (C++20)
 Filesystem library (C++17)
 Concurrency support library (C++11)
 Execution control library (C++26)
Utilities library 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
Relational operators (deprecated in C++20) Integer comparison functions  
 
 
 
 Swap and type operations  Common vocabulary types 
 Type support (basic types, RTTI)
 Library feature-test macros (C++20)
(C++11)
(C++20)
(C++26)
(C++20)
 Coroutine support (C++20)
 Contract support (C++26)
(C++20)(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
  (C++20)(C++20)(C++20)
  (C++20)(C++20)(C++20)
 General utilities
(C++20)(C++20)(C++20)
  (C++20)(C++20)(C++20)
(C++20)
Coroutine support
 
 
 
 
 
 
 
 Coroutine traits
(C++20)
 Coroutine handle
(C++20)
 No-op coroutines
(C++20)
(C++20)
 Trivial awaitables
(C++20)
(C++20)
 Range generators
(C++23)
The coroutine support library defines several types that provide compile and run-time support for coroutines.
Contents
[edit] Coroutine traits
Defined in header 
<coroutine>  [edit] Coroutine handle
Defined in header 
<coroutine>  [edit] No-op coroutines
Defined in header 
<coroutine>  (C++20)
(function) [edit]
(C++20)
(typedef) [edit]
[edit] Trivial awaitables
Defined in header 
<coroutine>  [edit] Notes
| Feature-test macro | Value | Std | Feature | 
|---|---|---|---|
| __cpp_lib_coroutine | 201902L | (C++20) | Coroutine support library |