We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7e75e commit d4fdf1dCopy full SHA for d4fdf1d
include/beman/execution26/detail/sync_wait.hpp
@@ -68,6 +68,9 @@ struct sync_wait_receiver {
68
}
69
this->state->loop.finish();
70
71
+ auto get_env() const noexcept -> ::beman::execution26::detail::sync_wait_env {
72
+ return ::beman::execution26::detail::sync_wait_env{&this->state->loop};
73
+ }
74
};
75
76
struct sync_wait_t {
0 commit comments