-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Port to windows-sys
#5201
Comments
Considering that all of our dependencies have switched, I think it is reasonable that we switch too. |
Speaking not as a reviewer, but instead a consumer of Tokio, (I'm genuinely unsure whether |
|
I didn't realize that you were the one responsible for that change! Thanks so much for doing that. |
If windows-sys plans to unconditionally use features that require a very recent MSRV, then that's something we should be very aware of when deciding whether we should use it. But it sounds like this is not the case? |
Right, this will continue to be an opt-in for |
I went ahead and ported the examples and docs as well. Here's a PR: #5204 Feel free to close if you would prefer to manage the port yourself. 😊 |
I noticed that all of the
tokio
dependencies have already made the switch towindows-sys
, so I thought I'd take a stab at portingtokio
itself just to confirm that there aren't any gaps.https://github.com/kennykerr/tokio/pull/1/files
All tests pass as far as I can tell. There are some doc dependencies on
winapi
which I'm not too sure about, otherwise I'd submit a PR. Anyway, just thought I'd point you to my port in case someone wants to pursue it further.The text was updated successfully, but these errors were encountered: