nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileReader should be a Producer

markrwilliams opened this issue · comments

riko.bado.io.FileReader should be a push_ producer. This will be easier to implement and conform to most Consumer's expectations.

There's also 255dd20. Is that any better?