smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
439 stars 25 forks source link

Replace block_on with spin_on in doctests #21

Closed paulkernfeld closed 3 years ago

paulkernfeld commented 3 years ago

For #19

Gate stream::block_on behind the std feature test --no-default-features passes now