Hi,
On Wed, Oct 24, 2012 at 11:50 AM, Lucian Branescu <[email protected]
> wrote:

> On 24 October 2012 08:41, [email protected] <[email protected]> wrote:
> > AFAIK, rust is not going to support traditional socket handling,
> everything
> > is going to go over libuv, is this statement correct?
>
> Rust will (and already does) support blocking IO, it just won't try to
> automatically make it look non-blocking (like Go does).
> So you can use sockets if you wish, but you have all the usual
> problems of blocking IO.
>

I thought everything in std::net::tcp was on top of uv, is this not true?
Where can I find functions for sockets,select/poll, etc.. ?

Thanks

Arkaitz
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to