socket-collection 0.4.0

Collection of sockets wrapped for convenience
Documentation
1
2
3
4
5
pub use self::udt_event_loop::{EpollLoop, Handle, Notifier};
pub use self::udt_sock::UdtSock;

mod udt_event_loop;
mod udt_sock;