File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 667
667
inline constexpr spawn_future_t @\libglobal {spawn_future}@{};
668
668
669
669
// \ref {exec.util }, sender and receiver utilities
670
- // \ref {exec.util.cmplsig }
671
670
template<class Fn>
672
671
concept @\exposconceptnc {completion-signature}@ = @\seebelownc@ ; // \expos
673
672
677
676
template<class Sigs>
678
677
concept @\exposconceptnc {valid-completion-signatures}@ = @\seebelownc@ ; // \expos
679
678
680
- // \ref {exec.util.cmplsig.trans }
681
679
template<
682
680
@\exposconcept {valid-completion-signatures}@ InputSignatures,
683
681
@\exposconcept {valid-completion-signatures}@ AdditionalSignatures = completion_signatures<>,
725
723
template<@\exposconcept {class-type}@ Promise>
726
724
struct with_awaitable_senders;
727
725
728
- // \ref {exec.scope }
729
726
// \ref {exec.scope.concepts }, scope concepts
730
727
template<class Token>
731
728
concept @\libconcept {scope_token}@ = @\seebelow@ ;
You can’t perform that action at this time.
0 commit comments