z_proc (zotonic_core v1.0.0-rc.12)
Link to this section Summary
Functions
Register a Pid under Name. Name can be any erlang term.
Unregister a process
Lookup the pid of the process.
Link to this section Functions
Link to this function
register(Name, Pid, Site)
Link to this function
register_name(Name, Pid)
Link to this function
send(Name, Msg)
Link to this function
unregister(Name, Site)
Link to this function
unregister_name(Name)
Link to this function
whereis(Name, Site)
-spec whereis(term(), atom() | z:context()) -> undefined | pid().
Link to this function