Structs§
- File
Server FileServer
is a Source which cooperatively schedules reads over files, converting the lines of said files intoLogLine
structures. AsFileServer
is intended to be useful across multiple operating systems with POSIX filesystem semanticsFileServer
must poll for changes. That is, no event notification is used byFileServer
.- Line
- Shutdown
- A sentinel type to signal that file server was gracefully shut down.