Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pipeline_Replaying.hrl
Raw

include/lightspeed@pipeline_Replaying.hrl

-record(replaying, {
run_id :: binary(),
from_stage :: binary(),
started_ms :: integer()
}).