nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakeReactor should use t.i.task.Clock

markrwilliams opened this issue · comments

FakeReactor uses its own IReactorTime implementation. Instead, it could maintain an internal twisted.internet.task.Clock instance and forward method calls to that. We could then eliminate FakeDelayedCall.