mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
919cf42feb
Update the future/task API This change updates the future and task API as discussed in the stabilization RFC at https://github.com/rust-lang/rfcs/pull/2592. Changes: - Replacing UnsafeWake with RawWaker and RawWakerVtable - Removal of LocalWaker - Removal of Arc-based Wake trait