executor: timers must be used
This commit is contained in:
parent
d370c72fbf
commit
d7e4cb4ab1
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ pub struct Deterministic {
|
|||
parker: parking_lot::Mutex<parking::Parker>,
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub enum Timer {
|
||||
Production(smol::Timer),
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue