Module lasp_pg

Function Index

join/2Add a member to the process group.
join/3Add a member to the process group and maybe monitor it.
leave/2Add a member to the process group.
members/1Return members of the process group.
start/0Start the application.
stop/0Stop the application.

Function Details

join/2

join(Group, Pid) -> any()

Add a member to the process group.

join/3

join(Group::term(), Pid::pid(), Monitor::boolean()) -> {ok, term()}

Add a member to the process group and maybe monitor it.

leave/2

leave(Group, Pid) -> any()

Add a member to the process group.

members/1

members(Group) -> any()

Return members of the process group.

start/0

start() -> any()

Start the application.

stop/0

stop() -> any()

Stop the application.


Generated by EDoc