mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
3d195482a4
This patch continues the runtime removal by moving libnative::io::helper_thread into sys::helper_signal and sys_common::helper_thread Because this eliminates APIs in `libnative` and `librustrt`, it is a: [breaking-change] This functionality is likely to be available publicly, in some form, from `std` in the future.