| /external/rust/crates/criterion/src/ |
| D | async_executor.rs | 22 fn block_on<T>(&self, future: impl Future<Output = T>) -> T; in block_on() method 30 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 40 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 47 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 53 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 63 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method
|
| /external/rust/crates/tokio-test/src/ |
| D | lib.rs | 27 pub fn block_on<F: std::future::Future>(future: F) -> F::Output { in block_on() function
|
| /external/rust/crates/tokio/src/runtime/ |
| D | shell.rs | 38 pub(super) fn block_on<F>(&self, f: F) -> F::Output in block_on() method 102 fn block_on<F: Future>(&mut self, f: F) -> F::Output { in block_on() method
|
| D | basic_scheduler.rs | 154 pub(crate) fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method 201 fn block_on<F: Future>(&mut self, future: F) -> F::Output { in block_on() method 478 fn block_on<F: Future>(&mut self, future: F) -> F::Output { in block_on() method
|
| D | handle.rs | 276 pub fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
| /external/rust/crates/tokio/src/runtime/thread_pool/ |
| D | mod.rs | 66 pub(crate) fn block_on<F>(&self, future: F) -> F::Output in block_on() method
|
| /external/libchromeos-rs/src/sync/ |
| D | blocking.rs | 62 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
| /external/crosvm/cros_async/src/sync/ |
| D | blocking.rs | 62 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
| /external/rust/crates/tokio/src/time/driver/tests/ |
| D | mod.rs | 25 fn block_on<T>(f: impl std::future::Future<Output = T>) -> T { in block_on() function
|
| /external/rust/crates/tokio/src/task/ |
| D | local.rs | 455 pub fn block_on<F>(&self, rt: &crate::runtime::Runtime, future: F) -> F::Output in block_on() method
|
| /external/rust/crates/futures-executor/src/ |
| D | local_pool.rs | 315 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
| /external/rust/crates/tokio/src/park/ |
| D | thread.rs | 252 pub(crate) fn block_on<F: Future>(&mut self, f: F) -> Result<F::Output, ParkError> { in block_on() method
|
| /external/python/cpython2/Lib/test/ |
| D | test_io.py | 219 def block_on(self, char): member in MockNonBlockWriterIO
|
| /external/python/cpython3/Lib/test/ |
| D | test_io.py | 272 def block_on(self, char): member in MockNonBlockWriterIO
|