-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-feature-acceptedCategory: A feature request that has been accepted pending implementation.Category: A feature request that has been accepted pending implementation.C-feature-requestCategory: A feature request.Category: A feature request.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.M-netModule: tokio/netModule: tokio/net
Description
Is your feature request related to a problem? Please describe.
Since v0.3 PollEvented
is in public APIs, I couldn't make one by myself.
Describe the solution you'd like
An additional function on UnixStream
/ UnixSocket
, such as send_with_fds
that calls libc::sendmsg
and recv_with_fds
calls libc::recvmsg
internally.
Describe alternatives you've considered
- A way that could let developers to make customized IO objects.
AsyncFd
?PollEvented
?
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-feature-acceptedCategory: A feature request that has been accepted pending implementation.Category: A feature request that has been accepted pending implementation.C-feature-requestCategory: A feature request.Category: A feature request.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.M-netModule: tokio/netModule: tokio/net