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 36903690 template<class Sndr, class Rcvr>
36913691 struct @\exposid {local-state}@ : @\exposid {local-state-base}@ { // \expos
36923692 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}@>;
36943694
36953695 @\exposid {local-state}@(Sndr&& sndr, Rcvr& rcvr) noexcept;
36963696 ~@\exposid {local-state}@();
41264126 auto operator()(auto, auto, Sndrs&&... sndrs) const {
41274127 using values_tuple = @\seebelow@ ;
41284128 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}@>;
41304130
41314131 struct @\exposid {state-type}@ {
41324132 void @\exposid {arrive}@(Rcvr& rcvr) noexcept { // \expos
You can’t perform that action at this time.
0 commit comments