Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@channel_Channel.hrl
Raw

include/lightspeed@channel_Channel.hrl

-record(channel, {
broker :: lightspeed@pubsub:broker(binary()),
tracker :: lightspeed@presence:tracker(),
memberships_rev :: list(lightspeed@channel:membership()),
outbox_rev :: list(lightspeed@channel:outbound()),
crashed :: boolean()
}).