Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@cluster@durable_session_OwnershipFence.hrl
Raw

include/lightspeed@cluster@durable_session_OwnershipFence.hrl

-record(ownership_fence, {
owner :: binary(),
epoch :: integer(),
token :: binary()
}).