Packages

A server side for glare, the web framework based on SolidJS, adding server signals and more.

Current section

Files

Jump to
meadow include server_Signal.hrl
Raw

include/server_Signal.hrl

-record(signal, {
name :: binary(),
initial_value :: any(),
handler :: fun((any()) -> any())
}).