Skip to content

should we permit get_completion_signatures<Sndr,Env>() to return a subset of get_completion_signatures<Sndr>() #339

Open
@ericniebler

Description

@ericniebler

question came from Tomas. for a non-dependent sender, get_completion_signatures<Sndr>() returns some set of completions. if we later ask with an environment like get_completion_signatures<Sndr, Env>(), it is required to return the same type.

but could we permit it to return a subset of the signatures returned from get_completion_signatures<Sndr>(). i don't see why not, but i also can't think of when i would want to do that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designdiscussionWe need to talk about this; there's nothing actionable here yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions