Skip to content

"inline" sender adaptors should forward the get_forward_progress_guarantee query #334

@ericniebler

Description

@ericniebler
Collaborator

the get_forward_progress_guarantee query is not a forwarding query (by design). an adaptor like then, which doesn't effect a sender's forward progress guarantee, should forward that query explicitly.

Activity

ericniebler

ericniebler commented on May 16, 2025

@ericniebler
CollaboratorAuthor

i suppose the function passed to then could actually block, which would be bad. needs thought, and an audit of the adaptors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ericniebler

        Issue actions

          "inline" sender adaptors should forward the `get_forward_progress_guarantee` query · Issue #334 · cplusplus/sender-receiver