- run
void run()
Undocumented in source.
- stop
void stop()
Undocumented in source.
- yieldData
ubyte[] yieldData(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- yieldLine
string yieldLine()
Undocumented in source. Be warned that the author may not have intended to support it.
Base class for file readers which can read a file or standard handle line by line in a Fiber context, yielding until a line is available.