]> git.lizzy.rs Git - rust.git/history - library/std/src/thread/parker/mod.rs
Add notes about memory ordering to futex parker implementation.
[rust.git] / library / std / src / thread / parker / mod.rs
2020-09-27 Mara BosMove linux-specific futex code into `sys` module.
2020-09-27 Mara BosAdd fast futex-based thread parker for Linux.
2020-09-27 Mara BosMove thread parker to a separate module.