| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-01-22 | Add test for thread::Scope invariance. | Mara Bos | -0/+13 | |
| 2022-01-05 | Mention *scoped* thread in panic message. | Mara Bos | -1/+1 | |
| Co-authored-by: Amanieu d'Antras <amanieu@gmail.com> | ||||
| 2022-01-05 | Note the invariance over 'env in Scope<'env>. | Mara Bos | -0/+2 | |
| 2022-01-05 | Fix missing .load() in Scope's Debug impl. | Mara Bos | -1/+1 | |
| 2022-01-05 | Rename n_running_threads to num_running_threads. | Mara Bos | -9/+9 | |
| 2022-01-04 | Fix typo in Scope::spawn docs. | Mara Bos | -1/+1 | |
| Co-authored-by: deltragon <m@dafert.at> | ||||
| 2022-01-04 | Fix typo in is_running() docs. | Mara Bos | -1/+1 | |
| Co-authored-by: Mattias Buelens <649348+MattiasBuelens@users.noreply.github.com> | ||||
| 2022-01-04 | Fix typo in documentation. | Mara Bos | -1/+1 | |
| 2022-01-04 | Use > rather than == for overflow check in scoped threads. | Mara Bos | -1/+1 | |
| Co-authored-by: Jacob Lifshay <programmerjake@gmail.com> | ||||
| 2022-01-04 | Fix variance of thread::Scope. | Mara Bos | -1/+1 | |
| 2022-01-04 | Formatting. | Mara Bos | -1/+3 | |
| 2022-01-04 | Simplify panicking mechanism of thread::scope. | Mara Bos | -23/+17 | |
| It now panic!()s on its own, rather than resume_unwind'ing the panic payload from the thread. Using resume_unwind skips the panic_handler, meaning that the main thread would never have a panic handler run, which can get confusing. | ||||
| 2022-01-04 | Add documentation for scoped threads. | Mara Bos | -11/+175 | |
| 2022-01-04 | Add ScopedJoinHandle::is_running(). | Mara Bos | -1/+10 | |
| 2022-01-04 | Implement RFC 3151: Scoped threads. | Mara Bos | -0/+132 | |
