Files
samskivert/src/main
Michael Bayne 4a53f9c29b Revamped Interval to force the creator to explicitly indicate that they want to
run on the interval timer thread, rather than allowing that to be the default
behavior if they forget to supply a RunQueue to the constructor.

Running on the interval timer thread is only safe if you know your interval
will complete very quickly, because you'll delay the firing of all other
intervals until your interval finishes. This is almost never what you want.
2011-06-17 12:22:48 -07:00
..