We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5d665 commit a8acdbaCopy full SHA for a8acdba
examples/mioudp/src/main.rs
@@ -1,10 +1,10 @@
1
+//! Adapted from <https://github.com/tokio-rs/mio/blob/c9831c78d14fd54c41bab79f5347764a56dc8326/examples/udp_server.rs>.
2
+
3
use std::io;
4
use std::str::from_utf8;
5
6
#[cfg(target_os = "hermit")]
7
use hermit as _;
-// This example is derived from
-// https://github.com/tokio-rs/mio/blob/master/examples/tcp_server.rs
8
use log::warn;
9
use mio::{Events, Interest, Poll, Token};
10
0 commit comments