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.
schedule_result_t
1 parent d4ef256 commit b210471Copy full SHA for b210471
source/exec.tex
@@ -611,8 +611,8 @@
611
inline constexpr schedule_t @\libglobal{schedule}@{};
612
inline constexpr @\unspec@ @\libglobal{read_env}@{};
613
614
- template<@\libconcept{scheduler}@ Sndr>
615
- using @\libglobal{schedule_result_t}@ = decltype(schedule(declval<Sndr>()));
+ template<@\libconcept{scheduler}@ Sch>
+ using @\libglobal{schedule_result_t}@ = decltype(schedule(declval<Sch>()));
616
617
// \ref{exec.adapt}, sender adaptors
618
template<@\exposconcept{class-type}@ D>
0 commit comments