pub fn interrupted_would_block_strategy(
) -> impl Strategy<Value = Option<ErrorKind>>
Available on crate feature proptest1 only.
Expand description

Returns a strategy that generates Interrupted errors 10% of the time and WouldBlock errors 10% of the time.