mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
rt: correct tick to tick_op in set_readiness internal docs (#8322)
This commit is contained in:
@@ -200,7 +200,7 @@ impl ScheduledIo {
|
|||||||
/// the current value, returning the previous readiness value.
|
/// the current value, returning the previous readiness value.
|
||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
/// - `tick`: whether setting the tick or trying to clear readiness for a
|
/// - `tick_op`: whether setting the tick or trying to clear readiness for a
|
||||||
/// specific tick.
|
/// specific tick.
|
||||||
/// - `f`: a closure returning a new readiness value given the previous
|
/// - `f`: a closure returning a new readiness value given the previous
|
||||||
/// readiness.
|
/// readiness.
|
||||||
|
|||||||
Reference in New Issue
Block a user