Module asynchronous

Source
Available on crate feature asynchronous only.
Expand description

Contains readers for when working in an asynchronous environment like Tokio.

Structs§

LiveLogDirReader
The async variant of [super::blocking::LiveLogDirReader]. Watches the whole journal dir and reads all files. Once all historic files have been read the current read will only resolve once the newest log file is changed at which it will read the active log file and return the entry.
LiveLogFileReader
LogDirReader
LogFileReader

Enums§

LiveLogDirReaderError
LiveLogFileReaderError
LogDirReaderError
LogFileReaderError