On Sat, May 4, 2013 at 10:31 PM,  <[email protected]> wrote:
> http://stackoverflow.com/questions/10680601/nodejs-event-loop
>
> Is libev good enough for abstraction in rust?
>
> Heri

libuv/node is no longer using libev internally on *nix, it was
replaced with an internal implementation for better performance. libev
isn't good enough for Rust because it doesn't provide the ability to
use the Windows async I/O support (IOCP).

It's also not nearly as comprehensive as a platform abstraction layer, so
more work would probably have to be done in Rust's runtime.

I don't think there's any need to get rid of it.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to