Module read
Expand description
Loading a session by replaying a journal file frame by frame.
Enumsยง
- Outcome ๐
- What happened when trying to read a journal file.
Functionsยง
- load
- Loads session state from a journal file by streaming it frame by frame.
- load_
blocking ๐ - read_
header_ ๐blocking - Reads and decodes the header from the start of
reader. - read_
journal_ ๐blocking - Reads and replays
path, returning what happened.