mio 0.7.0

Lightweight non-blocking IO
Documentation
1
2
3
4
5
6
use std::io;
use std::net::{self, SocketAddr};

pub fn bind(_: SocketAddr) -> io::Result<net::UdpSocket> {
    os_required!()
}