| 38 | namespace __start_now |
| 39 | { |
| 40 | constexpr auto __stok_env(STDEXEC::inplace_stop_source& __source) |
| 41 | { |
| 42 | return env_from([&](STDEXEC::get_stop_token_t) noexcept { return __source.get_token(); }); |
| 43 | } |
| 44 | |
| 45 | inline constexpr auto __mkenv = |
| 46 | []<class _Env>(_Env&& __env, STDEXEC::inplace_stop_source& __source) |
no test coverage detected