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

io: make duplex stream cooperative (#4470) #4478

Merged
merged 6 commits into from Feb 9, 2022
Merged

Commits on Feb 7, 2022

  1. io: make duplex stream cooperative (tokio-rs#4470)

    Add coop checks on pipe poll_read and poll_write.
    
    Fixes: tokio-rs#4470
    Refs: tokio-rs#4291, tokio-rs#4300
    GongLG committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0b9acc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    a9d580f View commit details
    Browse the repository at this point in the history
  2. io: make duplex stream cooperative (tokio-rs#4470)

    Add coop checks on pipe poll_read and poll_write.
    
    Fixes: tokio-rs#4470
    Refs: tokio-rs#4291, tokio-rs#4300
    GongLG committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6a3b85d View commit details
    Browse the repository at this point in the history
  3. io: make duplex stream cooperative (tokio-rs#4470)

    Add coop checks on pipe poll_read and poll_write.
    
    Fixes: tokio-rs#4470
    Refs: tokio-rs#4291, tokio-rs#4300
    GongLG committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5031a54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40416b3 View commit details
    Browse the repository at this point in the history
  5. io: make duplex stream cooperative (tokio-rs#4470)

    Add coop checks on pipe poll_read and poll_write.
    
    Fixes: tokio-rs#4470
    Refs: tokio-rs#4291, tokio-rs#4300
    GongLG committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    26c26c4 View commit details
    Browse the repository at this point in the history