Skip to content

Cannot select on DuplexStream #13788

Closed
Closed
@polyfractal

Description

@polyfractal

It appears impossible to select over a DuplexStream channel. Select's handle method only accepts Receivers, and there is no way to access the Receiver channel in a DuplexStream either.

I'd be happy to put in a PR, but I'm unsure the best course of action. One of these needs to be done:

  • Add a getter to obtain the DuplexStream's Receiver
  • Make the DuplexStream struct members public

And then there is a question how the user interacts with Select. Should there be:

  • Add a new handle method which accepts DuplexStreams (handle_duplex?)
  • Make the existing handle more generic and check type at runtime (seems like a bad idea)
  • Don't change anything, make the user pass in the DuplexStream's Receiver by hand

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