Toggle Sidebar
Toggle Theme
GenServerMagic
v0.0.3
Pages
Modules
GenServerMagic v0.0.3
GenServerMagic
View Source
Documentation for GenServerMagic.
Link to this section
Summary
Functions
defcall(arg, expr \\ nil)
defcast(arg, expr \\ nil)
defget(arg, expr \\ nil)
definfo(message, state, list)
definit(args, list)
defp(arg, list)
defserver(list)
defterminate(reason, state, list)
defupdate(arg, expr \\ nil)
Link to this section
Functions
Link to this macro
defcall(arg, expr \\ nil)
View Source
(macro)
Link to this macro
defcast(arg, expr \\ nil)
View Source
(macro)
Link to this macro
defget(arg, expr \\ nil)
View Source
(macro)
Link to this macro
definfo(message, state, list)
View Source
(macro)
Link to this macro
definit(args, list)
View Source
(macro)
Link to this macro
defp(arg, list)
View Source
(macro)
Link to this macro
defserver(list)
View Source
(macro)
Link to this macro
defterminate(reason, state, list)
View Source
(macro)
Link to this macro
defupdate(arg, expr \\ nil)
View Source
(macro)