aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-killjoin.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't attempt to wake tasks that aren't blocked.Brian Anderson2011-01-031-0/+36
It's possible for a supervised task to kill and wake its supervising task then immediately try to wake it again if the supervising task has joined the supervised. This is the easiest way to prevent that.