| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2013-07-20 | Add watched and indestructible spawn modes. | Ben Blum | -1/+1 |
| 2013-07-20 | Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ... | Ben Blum | -0/+12 |
| 2013-07-20 | Stash a spare kill flag inside tasks, to save two atomic xadds in the blockin... | Ben Blum | -37/+75 |
| 2013-07-20 | Add tests for task killing and blocking. | Ben Blum | -0/+140 |
| 2013-07-20 | Add BlockedTask (wake, try_block, etc) in kill.rs. | Ben Blum | -2/+95 |
| 2013-07-20 | Do a task-killed check at the start of task 'timeslices'. | Ben Blum | -1/+27 |
| 2013-07-20 | Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377. | Ben Blum | -2/+150 |
| 2013-07-20 | Add tests for KillHandle | Ben Blum | -0/+140 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -0/+67 |
| 2013-07-20 | Add KillHandle and implement exit code propagation to replace join_latch | Ben Blum | -0/+128 |
