API Reference FunServer v0.1.4
modules
Modules
FunServer
is a GenServer in which
instead of passing parameters to GenServer.call/3
or GenServer.cast/2
and then writing the corresponding callbacks with the necessary functionality
you pass functions (i.e. handlers
).