std::execution::sync_wait
From cppreference.com
Defined in header <execution>
|
||
auto sync_wait( execution::sender auto sender ) requires (/*always-sends-some-values*/(sender)) |
(since C++26) | |
Contents |
[edit] Parameters
sender | - | sender upon which the completion of sync_wait is blocked |