You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transform_completion_signatures is specified to always return an instance of the completion_signatures class template. in stdexec, propagating error types through transform_completion_signatures is a part of the diagnostics story. some accommodation should be made for that.
Activity
lewissbaker commentedon Jul 4, 2024
@ericniebler Is this issue addressed by P3164R0?
Or is there still more to do in addition to that paper?
ericniebler commentedon Jul 4, 2024
implementing this in stdexec uncovered some corners that aren't yet addressed by P3164. i prefer to leave this issue open for now.