-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
Looks like I am getting very weird compilation when trying to use let_error. I cannot specify type of the lambda to be either the actual error type nor std::exception_ptr. When I try to specify one of them, the compiler will complain it is not a well formed sender.
Looks like the problem is if some sender specify a different error type then they are not composable through |
. I wonder whether this is intended and whether there are some recommended pattern for doing this?
Metadata
Metadata
Assignees
Labels
No labels