mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
@@ -11,7 +11,6 @@ use mio;
|
||||
use {ReadinessStream, LoopHandle};
|
||||
use event_loop::Source;
|
||||
|
||||
|
||||
/// An I/O object representing a UDP socket.
|
||||
pub struct UdpSocket {
|
||||
source: Arc<Source<mio::udp::UdpSocket>>,
|
||||
|
||||
Reference in New Issue
Block a user