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 500b8f4 commit 78d770eCopy full SHA for 78d770e
source/exec.tex
@@ -558,7 +558,7 @@
558
template<class Sndr, class Env>
559
concept @\exposconcept{single-sender}@ = @\seebelow@; // \expos
560
561
- template<sender Sndr>
+ template<@\libconcept{sender}@ Sndr>
562
using tag_of_t = @\seebelow@;
563
564
// \ref{exec.snd.transform}, sender transformations
@@ -597,7 +597,7 @@
597
inline constexpr schedule_t schedule{};
598
inline constexpr unspecified read{};
599
600
- template<scheduler Sndr>
+ template<@\libconcept{scheduler}@ Sndr>
601
using schedule_result_t = decltype(schedule(declval<Sndr>()));
602
603
// \ref{exec.adapt}, sender adaptors
0 commit comments