Skip to content

Stream (and Sink?) impls for async MPSC #19

@hawkw

Description

@hawkw

These should be feature-flagged so the futures dependency is optional.

I think a Sink impl may be harder than Stream, because the intrusive list approach means that Sender::send_ref cannot be directly polled. So, we may need to introduce some kind of PollSender type if we want to provide Sink...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions