Hacker News new | ask | show | jobs
by noplay 3702 days ago
Does it mean that uvloop could allow the use of the same event loop implementation on the three major OS?
1 comments

asyncio already allows that.

uvloop, as of now, only runs on *nix; but I hope we'll have Windows supported soon too.