Module future

Source
Expand description

Additional combinators for testing futures.

Structs§

AssertUnmoved
Combinator that asserts that the underlying type is not moved after being polled.
InterleavePending
Wrapper that interleaves Poll::Pending in calls to poll.
PendingOnce
Combinator that guarantees one Poll::Pending before polling its inner future.

Traits§

FutureTestExt
Additional combinators for testing futures.