smol-rs / futures-lite

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

Drop `future::{ready,pending}` at the next bigger release #35

Closed fogti closed 1 year ago

fogti commented 3 years ago

These functions are stable in the core library since rustc 1.47.0. see also https://github.com/rust-lang/rust/pull/74328