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

Conversation

jean-airoldie
Copy link
Contributor

Depends on #1757 & #1677. I'll rebase if those get merged.

Adds try_send, try_send_to, try_recv, try_recv_from to SendHalf and RecvHalf.

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 jean-airoldie changed the title Add try methods to SendHalf and RecvHalf. WIP: Add try methods to SendHalf and RecvHalf. Dec 23, 2019
@Darksonn
Copy link
Contributor

The two linked PRs are now merged.

@carllerche
Copy link
Member

It looks like this feel through the cracks :( Sorry about that.

Splitting will no longer be needed once #2828 lands, so I am going to close this.

@carllerche carllerche closed this Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants