Module futures_test::future
source · [−]Expand description
Additional combinators for testing futures.
Structs
Combinator that asserts that the underlying type is not moved after being polled.
Wrapper that interleaves Poll::Pending
in calls to poll.
Combinator that guarantees one Poll::Pending
before polling its inner
future.
Traits
Additional combinators for testing futures.