pyfisch / kinglet

A modern asynchronous HTTP server for Rust.
Other
61 stars 2 forks source link

why not mioco ? #1

Closed devlo closed 8 years ago

devlo commented 8 years ago

I wonder, why did you pick state machines (rotor) instead of green threads (mioco) ? I am just curious.

pyfisch commented 8 years ago

I wanted to be explicit about async io and I did not want the overhead of any kind of threads in the core.