Redirect windows users trying to install uvloop to winloop for the time being #606
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About a year ago I was wanting to make uvloop on windows a reality in the hopes to get rid of window's crappy asyncio performance which I named winloop and as the main developer of that library and since the library has been slowly maturing I was wondering if you guys would be willing to accept this pull request for the time being to let users know that there's a readily available alternative for using uvloop on windows. I have some other contributors that have been working very hard on my end to see if we can merge our library with yours when in the future. The only thing that concerns me with this future merge is cython's recent deprecation of macros, other than that I am very excited to contribute to this amazing work.