Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@async_Runtime.hrl
Raw

include/lightspeed@async_Runtime.hrl

-record(runtime, {
connected :: boolean(),
next_ref :: integer(),
entries_rev :: list(lightspeed@async:async_entry(any()))
}).