Searched defs:TestFuture (Results 1 – 7 of 7) sorted by relevance
40 private static class TestFuture<V> extends AbstractFutureProxy<V> { class in UncheckedFutureTest44 TestFuture(final Exception throwable) { in TestFuture() method in UncheckedFutureTest.TestFuture49 TestFuture(final V value) { in TestFuture() method in UncheckedFutureTest.TestFuture
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
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
1255 struct TestFuture { in rw_single_thread_async() struct1256 polled: bool, in rw_single_thread_async()1257 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()1260 impl Future for TestFuture { in rw_single_thread_async() implementation