Iros
 
Loading...
Searching...
No Matches
awaitable_sender.h
Go to the documentation of this file.
1#pragma once
2
6
8template<typename Send, typename Promise>
10 struct Type;
11};
12}
13
14namespace di::concepts {
15template<typename Send, typename Promise>
18 requires(Promise& promise, Error error) {
19 { promise.unhandled_stopped() } -> concepts::ConvertibleTo<CoroutineHandle<>>;
20 {
21 promise.unhandled_error(util::move(error))
23 };
24}
Definition awaitable_sender.h:16
Definition operations.h:99
Definition sender_to.h:11
Definition single_sender.h:8
Definition any_storable.h:9
Definition awaitable_sender.h:7
StatusCode< Erased< long > > Error
Definition error.h:8