-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
@notgull how do you compare polling with mio? I suppose this is a common tech decision topic ..
From my understanding, their supported features and API style are similar, while
- mio defines its own TcpListener and TcpStream type; polling uses std's ones.
Previously, polling define a plain-old Event struct but it's now almost the same wit mio's.
Anything else?
Metadata
Metadata
Assignees
Labels
No labels