File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3690
3690
template<class Sndr, class Rcvr>
3691
3691
struct @\exposid {local-state}@ : @\exposid {local-state-base}@ { // \expos
3692
3692
using @\exposid {on-stop-callback}@ = // \expos
3693
- stop_callback_of_t <stop_token_of_t<env_of_t<Rcvr>>, @\exposid {on-stop-request}@>;
3693
+ stop_callback_for_t <stop_token_of_t<env_of_t<Rcvr>>, @\exposid {on-stop-request}@>;
3694
3694
3695
3695
@\exposid {local-state}@(Sndr&& sndr, Rcvr& rcvr) noexcept;
3696
3696
~@\exposid {local-state}@();
4126
4126
auto operator()(auto, auto, Sndrs&&... sndrs) const {
4127
4127
using values_tuple = @\seebelow@ ;
4128
4128
using errors_variant = @\seebelow@ ;
4129
- using stop_callback = stop_callback_of_t <stop_token_of_t<env_of_t<Rcvr>>, @\exposid {on-stop-request}@>;
4129
+ using stop_callback = stop_callback_for_t <stop_token_of_t<env_of_t<Rcvr>>, @\exposid {on-stop-request}@>;
4130
4130
4131
4131
struct @\exposid {state-type}@ {
4132
4132
void @\exposid {arrive}@(Rcvr& rcvr) noexcept { // \expos
You can’t perform that action at this time.
0 commit comments