| join/2 | Add a member to the process group. |
| join/3 | Add a member to the process group and maybe monitor it. |
| leave/2 | Add a member to the process group. |
| members/1 | Return members of the process group. |
| start/0 | Start the application. |
| stop/0 | Stop the application. |
join(Group, Pid) -> any()
Add a member to the process group.
join(Group::term(), Pid::pid(), Monitor::boolean()) -> {ok, term()}
Add a member to the process group and maybe monitor it.
leave(Group, Pid) -> any()
Add a member to the process group.
members(Group) -> any()
Return members of the process group.
start() -> any()
Start the application.
stop() -> any()
Stop the application.
Generated by EDoc