model: pull thread control logic out of take_step(), check_current...()
authorBrian Norris <banorris@uci.edu>
Wed, 3 Apr 2013 16:44:07 +0000 (09:44 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 5 Apr 2013 17:29:04 +0000 (10:29 -0700)
Much of the scheduling and main control loop should be handled closer to
the top-level run() method. This is a start toward putting these
decisions at the appropriate level, making things more clear. Of course,
it's not complete.


No differences found