mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
Merge pull request #201 from munckymagik/update-tokio_rs-links
Update links to pages in the tokio.rs going-deeper section
This commit is contained in:
commit
4545110f45
@ -7,7 +7,7 @@
|
|||||||
//! addition to a description of the [low level details].
|
//! addition to a description of the [low level details].
|
||||||
//!
|
//!
|
||||||
//! [found online]: https://tokio.rs/docs/getting-started/core/
|
//! [found online]: https://tokio.rs/docs/getting-started/core/
|
||||||
//! [low level details]: https://tokio.rs/docs/going-deeper/core-low-level/
|
//! [low level details]: https://tokio.rs/docs/going-deeper-tokio/core-low-level/
|
||||||
|
|
||||||
#![deprecated(note = "moved to the `tokio-io` crate")]
|
#![deprecated(note = "moved to the `tokio-io` crate")]
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ use reactor::io_token::IoToken;
|
|||||||
///
|
///
|
||||||
/// You can find more information about creating a custom I/O object [online].
|
/// 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> {
|
pub struct PollEvented<E> {
|
||||||
token: IoToken,
|
token: IoToken,
|
||||||
handle: Remote,
|
handle: Remote,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user