phoenix_pubsub v1.0.2 Phoenix.PubSub.GC
A garbage collector process that cleans up the table used
by Phoenix.PubSub.Local
.
Summary
Functions
Force table clean up because the given pid is down asynchronously.
gc_server
- The registered server name or pidpid
- The subscriber pid
Examples
iex> down(:gc_server, self())
:ok