threads, model, schedule: refactor thread joining
authorBrian Norris <banorris@uci.edu>
Wed, 12 Sep 2012 02:48:38 +0000 (19:48 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 12 Sep 2012 02:52:34 +0000 (19:52 -0700)
The Thread can hold a list of ModelAction (instead of Threads) that are waiting
for its completion. This will give the exiting Thread a better ability to
handle the event.

This also deletes Scheduler::wait, since it is no superceded by Scheduler::sleep.


No differences found