Structs§
- File
Server FileServeris a Source which cooperatively schedules reads over files, converting the lines of said files intoLogLinestructures. AsFileServeris intended to be useful across multiple operating systems with POSIX filesystem semanticsFileServermust 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.