Searched defs:fut (Results 1 – 8 of 8) sorted by relevance
19 let fut = async { in main() localVariable
92 let fut = async move { for_each::for_each(self, f).await }; in for_each() localVariable104 let fut = async move { sum::sum(self).await }; in sum() localVariable117 let fut = async move { core(self, consumer).await }; in drive() localVariable
24 let fut = async { in sdv_par_iter_test() localVariable
224 let fut = unsafe { Pin::new_unchecked(fut) }; localVariable
110 let fut = self.get_mut(); in poll() localVariable128 let fut = self.get_mut(); in poll() localVariable
103 let fut = self.get_mut(); in poll() localVariable
372 let fut = self.get_mut(); in poll() localVariable398 let fut = self.get_mut(); in poll() localVariable
169 let mut fut = self.readiness_fut(interest); in readiness() localVariable170 let mut fut = unsafe { Pin::new_unchecked(&mut fut) }; in readiness() localVariable