Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SimplexStream structure #6589

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Add SimplexStream structure #6589

merged 1 commit into from
Aug 19, 2024

Commits on Aug 19, 2024

  1. io: add unidirectional stream structure

    Up until this patch we had the `DuplexStream` which was backed by
    two underlying pipes. This patch makes public this underlying structure
    and renames it from the `Pipe` to the `SimplexStream` to provent
    name confusion and keep simililiarity with the already existing duplex.
    wutchzone committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    db09329 View commit details
    Browse the repository at this point in the history