Module read

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.