nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove IReactorCore and Clock implementation from FakeReactor

markrwilliams opened this issue · comments

twisted.python.MemoryReactor, and thus twisted.python.MemoryReactorClock, implement IReactorCore. That means we can drop almost all the code from FakeReactor!

closed via #52