mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Update links to pages in the tokio.rs going-deeper section
See: tokio-rs/website#72
This commit is contained in:
@@ -37,7 +37,7 @@ use reactor::io_token::IoToken;
|
||||
///
|
||||
/// You can find more information about creating a custom I/O object [online].
|
||||
///
|
||||
/// [online]: https://tokio.rs/docs/going-deeper/core-low-level/#custom-io
|
||||
/// [online]: https://tokio.rs/docs/going-deeper-tokio/core-low-level/#custom-io
|
||||
pub struct PollEvented<E> {
|
||||
token: IoToken,
|
||||
handle: Remote,
|
||||
|
||||
Reference in New Issue
Block a user