Searched refs:into_future (Results 1 – 4 of 4) sorted by relevance
183 let next = Box::pin(callee_future_rx1.into_future()); in run()198 assert_eq!(callee_future_rx1.into_future().await, "b"); in run()218 let next = Box::pin(callee_future_rx2.into_future()); in run()
53 assert_eq!(caller_future_rx1.take().unwrap().into_future().await, value); in exchange()
364 assert_eq!(assert_ready(pin!(reader.into_future())), payload.item); in run()437 read: reader.into_future(), in run()
1551 pub fn into_future(self) -> FutureReader<T> { in into_future() function