Searched defs:TestFuture (Results 1 – 6 of 6) sorted by relevance
6 class TestFuture(unittest.TestCase): class
15 class TestFuture(unittest.TestCase): class
14 class TestFuture(unittest.TestCase): class
141 private static final class TestFuture extends AbstractFuture<String> { class in ProducerTester146 private TestFuture(String name) { in TestFuture() method in ProducerTester.TestFuture
1237 struct TestFuture { in rw_single_thread_async() struct1238 polled: bool, in rw_single_thread_async()1239 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()1242 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