Expand description
Additional combinators for testing futures.
Structs§
- Assert
Unmoved - Combinator that asserts that the underlying type is not moved after being polled.
- Interleave
Pending - Wrapper that interleaves
Poll::Pending
in calls to poll. - Pending
Once - Combinator that guarantees one
Poll::Pending
before polling its inner future.
Traits§
- Future
Test Ext - Additional combinators for testing futures.