PollEvented on a Windows Named Pipe in tokio 0.3 #3112
Unanswered
fussybeaver
asked this question in
Q&A
Replies: 2 comments
-
We definitely want to support windows, but the details have not yet been figured out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe that the best strategy would be to just add a named pipe type in Tokio. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see tokio 0.3.1 is now using an
AsyncFd
to replace the previousPollEvented
API, but I'm usingPollEvented
to provideAsyncRead
andAsyncWrite
to a Windows Named Pipe in bollard.AsyncFd
is unix-only - is there an plan for windows, or am I missing an API ?Beta Was this translation helpful? Give feedback.
All reactions