Searched defs:TestFuture (Results 1 – 5 of 5) 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
14 class TestFuture(unittest.TestCase): class
19 class TestFuture(TestCase): class
1279 struct TestFuture { in rw_single_thread_async() struct1280 polled: bool, in rw_single_thread_async()1281 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()1284 impl Future for TestFuture { in rw_single_thread_async() implementation