Module ebus_ps_pg

This module provides an abstraction for pg (OTP 23 or higher) and pg2 (OTP 22 or lower).

Description

This module provides an abstraction for pg (OTP 23 or higher) and pg2 (OTP 22 or lower).

Function Index

child_spec/0
get_members/1
join/2
leave/2

Function Details

child_spec/0

child_spec() -> supervisor:child_spec()

get_members/1

get_members(Group::atom()) -> [pid()]

join/2

join(Group::atom(), Pid::pid()) -> ok

leave/2

leave(Group::atom(), Pid::pid()) -> ok


Generated by EDoc