mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
time: add getter for Interval's period (#3705)
This commit is contained in:
parent
9eeec039f2
commit
c8a6bb0b90
@ -176,4 +176,9 @@ impl Interval {
|
||||
// Return the current instant
|
||||
Poll::Ready(now)
|
||||
}
|
||||
|
||||
/// Returns the period of the interval.
|
||||
pub fn period(&self) -> Duration {
|
||||
self.period
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user