Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pubsub_Broker.hrl
Raw

include/lightspeed@pubsub_Broker.hrl

-record(broker, {
adapter :: lightspeed@pubsub:adapter(),
topics_rev :: list(lightspeed@pubsub:topic_subscribers())
}).