mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
sync: polish and update API doc examples (#1398)
- Remove `poll_*` fns from some of the sync types. - Move `AtomicWaker` and `Lock` to the root of the `sync` crate.
This commit is contained in:
@@ -58,7 +58,7 @@ use std::task::Waker;
|
||||
use std::time::{Duration, Instant};
|
||||
use std::{fmt, usize};
|
||||
use tokio_executor::park::{Park, Unpark};
|
||||
use tokio_sync::task::AtomicWaker;
|
||||
use tokio_sync::AtomicWaker;
|
||||
|
||||
/// The core reactor, or event loop.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user