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 f9d8489 commit 6f3dec2Copy full SHA for 6f3dec2
source/exec.tex
@@ -6616,7 +6616,8 @@
6616
template<class Sndr, class Promise>
6617
concept @\defexposconcept{awaitable-sender}@ =
6618
@\exposconcept{single-sender}@<Sndr, env_of_t<Promise>> &&
6619
- @\libconcept{sender_to}@<Sndr, @\exposid{awaitable-receiver}@> && // \seebelow
+ @\libconcept{sender_to}@<Sndr,
6620
+ typename @\exposid{sender-awaitable}@<Sndr, Promise>::@\exposid{awaitable-receiver}@> && // \seebelow
6621
requires (Promise& p) {
6622
{ p.unhandled_stopped() } -> @\libconcept{convertible_to}@<coroutine_handle<>>;
6623
};
0 commit comments