Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pubsub_Delivery.hrl
Raw

include/lightspeed@pubsub_Delivery.hrl

-record(delivery, {
topic :: binary(),
subscriber_id :: binary(),
message :: any()
}).