Searched defs:TestFuture (Results 1 – 8 of 8) sorted by relevance
141 private static final class TestFuture extends AbstractFuture<String> { class in ProducerTester146 private TestFuture(String name) { in TestFuture() method in ProducerTester.TestFuture
6 class TestFuture(unittest.TestCase): class
15 class TestFuture(unittest.TestCase): class
14 class TestFuture(unittest.TestCase): class
1241 struct TestFuture { in rw_single_thread_async() struct1242 polled: bool, in rw_single_thread_async()1243 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()1246 impl Future for TestFuture { in rw_single_thread_async() implementation
1360 struct TestFuture { in rw_single_thread_async() struct1361 polled: bool, in rw_single_thread_async()1362 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()1365 impl Future for TestFuture { in rw_single_thread_async() implementation
1253 struct TestFuture { in rw_single_thread_async() struct1254 polled: bool, in rw_single_thread_async()1255 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()1258 impl Future for TestFuture { in rw_single_thread_async() implementation