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

Link to MSDN doc on completion ports #685

Closed
dtolnay opened this Issue Aug 19, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@dtolnay
Copy link

dtolnay commented Aug 19, 2017

The mio::windows module docs could use an external link that explains this concept more fully.

@AndyGauge

This comment has been minimized.

Copy link
Contributor

AndyGauge commented Aug 22, 2017

So there is a really good set of documentation that is in src/sys/windows/mod.rs but does not compile into rustdoc. In there is a link to MSDN doc on completion ports. Should we just merge the 137 lines of documentation here into src/lib.rs:207-256?

@carllerche

This comment has been minimized.

Copy link
Owner

carllerche commented Jan 13, 2019

Closing due to inactivity.

@carllerche carllerche closed this Jan 13, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.