Packages

Type-safe PubSub and Registry for Gleam actors with distributed clustering support

Current section

Files

Jump to
glyn include glyn@pubsub_Subscription.hrl
Raw

include/glyn@pubsub_Subscription.hrl

-record(subscription, {
pubsub :: glyn@pubsub:pub_sub(any()),
group :: any(),
subject :: gleam@erlang@process:subject(any()),
subscriber_pid :: gleam@erlang@process:pid_()
}).