Packages

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

Current section

Files

Jump to
glyn src glyn.erl
Raw

src/glyn.erl

-module(glyn).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-define(FILEPATH, "src/glyn.gleam").
-export_type([message_type/1]).
-type message_type(FFP) :: {message_type, binary()} | {gleam_phantom, FFP}.