Changeset 195
- Timestamp:
- 06/03/06 19:34:43 (2 years ago)
- Files:
-
- experiments/NewMachine/lib/machine/reactor.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
experiments/NewMachine/lib/machine/reactor.rb
r194 r195 21 21 # clears out the system-dispatchers we need, like TimerContainer and 22 22 # EventableIO. 23 # 24 # TODO: test/timer_test.rb works standalone but fails when run in 25 # the test suite. This regression happened when I changed EventDispatcher#iterate 26 # to not consume events that are added to a dispatcher by its own handlers. 23 27 # 24 28 class Reactor
