💄
This commit is contained in:
parent
af2a2d2494
commit
0a565c6bae
1 changed files with 1 additions and 7 deletions
|
@ -2598,13 +2598,7 @@ where
|
||||||
background.simulate_random_delay().await;
|
background.simulate_random_delay().await;
|
||||||
}
|
}
|
||||||
|
|
||||||
let result = self.runtime.as_ref().unwrap().block_on(body);
|
self.runtime.as_ref().unwrap().block_on(body)
|
||||||
|
|
||||||
// if let Some(background) = self.background.as_ref() {
|
|
||||||
// background.simulate_random_delay().await;
|
|
||||||
// }
|
|
||||||
|
|
||||||
result
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(test))]
|
#[cfg(not(test))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue