Skip to content

composing sender adaptor closures doesn't work #198

@dietmarkuehl

Description

@dietmarkuehl

According to [exec.adapt.obj] paragraph 1 it should be possible to compose sender adaptor closure objects, e.g.:

then([](){ return 1; }) | then([](int i){})

shoud create a sender adaptor closure object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions