Packages

A simple PubSub library using Gleam actors

Current section

Files

Jump to
glubsub include glubsub_Subscribe.hrl
Raw

include/glubsub_Subscribe.hrl

-record(subscribe, {
reply_with :: gleam@erlang@process:subject({ok, nil} |
{error, glubsub:glubsub_error()}),
client :: gleam@erlang@process:subject(any())
}).