rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.29k stars 607 forks source link

`#[inline(always)]` on `clone_arc_raw` #2865

Open timotheyca opened 3 weeks ago

timotheyca commented 3 weeks ago

Similar patch (by, if I understand correctly, forcing these to be in the same CGUs) to https://github.com/rust-lang/rust/pull/121622