Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions include/stdexec/__detail/__read_env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ namespace STDEXEC
template <class _Query>
struct __attrs
{
template <class _SetTag>
STDEXEC_ATTRIBUTE(nodiscard)
constexpr auto query(__get_completion_behavior_t<_SetTag>) const noexcept
constexpr auto query(__get_completion_behavior_t<set_value_t>) const noexcept

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is also possible for the read_env sender to complete inline with an error if the query expression throws.

{
return __completion_behavior::__inline_completion;
}
Expand Down