Searched refs:block_on (Results 1 – 2 of 2) sorted by relevance
160 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method161 self.0.block_on(future) in block_on()166 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method167 self.0.block_on(future) in block_on()172 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method173 self.0.block_on(future) in block_on()
63 fn block_on<F: Future>(&self, future: F) -> F::Output; in block_on() method