pub type ArcUdpSocket = Arc<UdpSocket>;
Thread-safe reference-counted UDP socket.
pub struct ArcUdpSocket { /* private fields */ }