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

WIP: Add try methods to SendHalf and RecvHalf. #2021

Closed

Commits on Dec 23, 2019

  1. Add split method to UnixDatagram

    This adds a split method for `UnixDatagram` as well as the
    SendHalf and RecvHalf types. This allows a user to both
    receive and send datagram at the same time on the same socket.
    jean-airoldie committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7e4127f View commit details
    Browse the repository at this point in the history
  2. Added try_recv{,from} & try_send{,to} to UnixDatagram

    This allows nonblocking sync send & recv operations on the socket.
    jean-airoldie committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    5c7d069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9416160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec880e6 View commit details
    Browse the repository at this point in the history