]> git.lizzy.rs Git - rust.git/history - library/std/src/thread/scoped.rs
Fix typo in Scope::spawn docs.
[rust.git] / library / std / src / thread / scoped.rs
2022-01-04 Mara BosFix typo in Scope::spawn docs.
2022-01-04 Mara BosFix typo in is_running() docs.
2022-01-04 Mara BosFix typo in documentation.
2022-01-04 Mara BosUse > rather than == for overflow check in scoped threads.
2022-01-04 Mara BosFix variance of thread::Scope.
2022-01-04 Mara BosFormatting.
2022-01-04 Mara BosSimplify panicking mechanism of thread::scope.
2022-01-04 Mara BosAdd documentation for scoped threads.
2022-01-04 Mara BosAdd ScopedJoinHandle::is_running().
2022-01-04 Mara BosImplement RFC 3151: Scoped threads.