Searched defs:TestFuture (Results 1 – 6 of 6) sorted by relevance
67 struct TestFuture { struct71 impl Future for TestFuture { argument
279 pub struct TestFuture { struct284 pub fn create_new() -> TestFuture { in create_new() argument291 impl Future for TestFuture { implementation
45 struct TestFuture { struct49 impl Future for TestFuture { implementation
30 pub struct TestFuture { struct35 pub fn create_new(t: usize) -> TestFuture { in create_new()39 impl Future for TestFuture { implementation
626 pub struct TestFuture { struct627 value: usize,628 total: usize,638 impl Future for TestFuture { implementation
584 pub struct TestFuture { struct585 value: usize,586 total: usize,596 impl Future for TestFuture { implementation