Vibe.Session.Replay (vibe v0.2.2)

Copy Markdown View Source

Restores and replays persisted session events.

Summary

Functions

replay_events(state, replay_after, pid)

@spec replay_events(map(), non_neg_integer(), pid()) :: :ok

restore_state(state, bool, restoring?)

@spec restore_state(Vibe.UI.State.t(), boolean(), boolean()) ::
  {Vibe.UI.State.t(), non_neg_integer(), list()}