tailhook / rotor

The mio-based framework for rust for doing I/O in simple and composable way (ABANDONED)
MIT License
360 stars 25 forks source link

Comparison with tokio-core #27

Open DemiMarie opened 7 years ago

DemiMarie commented 7 years ago

tokio-core is somewhat similar in purpose to this library. However, this library uses explicit state machines, whereas tokio-core uses futures that create state machines.

What are the advantages and disadvantages of each library?