mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:15:45 +00:00
Implement sys/thread for UEFI Since UEFI has no concept of threads, most of this module can be ignored. However, implementing parts that make sense. - Implement sleep - Implement available_parallelism