Add Winloop To the list of loop setups and optional-dependencies #2558
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.
Summary
I added winloop as another option for loop setups since winloop is a fork of uvloop that I made almost 2 years ago for using
uvloop with windows. Even though I've made a tutorial in my own readme on how to use winloop with uvicorn and fastapi, I thought it would be time to actually integrate my library to this one. However I am questioned about how we go about making a test and also how I should go about updating the documentation for this new addition that I have added to this library so I have those two things on the checklist unchecked, other than that I am excited to see where this will go in the future as well as seeing how people will go about using this in the future.
Checklist