y_process v0.2.2 YProcess.Backend.PhoenixPubSub
Simple implementation of channels using Phoenix PubSub.
Summary
Functions
Creates a channel in Phoenix.PubSub. The channels don’t need to be
created in Phoenix.PubSub so this is just for completion. This function
does nothing
Deletes a channel in Phoenix.PubSub. The channels don’t need to be
deleted in Phoenix.PubSub so this is just for completion. This function
does nothing
Emits a message in a Phoenix.PubSub channel
The process that calls this function joins a channel in Phoenix.PubSub.
_pid is ignored
The process that calls this function leaves a channel in Phoenix.PubSub.
_pid is ignored
Functions
Creates a channel in Phoenix.PubSub. The channels don’t need to be
created in Phoenix.PubSub so this is just for completion. This function
does nothing.
Deletes a channel in Phoenix.PubSub. The channels don’t need to be
deleted in Phoenix.PubSub so this is just for completion. This function
does nothing.
Emits a message in a Phoenix.PubSub channel
The process that calls this function joins a channel in Phoenix.PubSub.
_pid is ignored.
The process that calls this function leaves a channel in Phoenix.PubSub.
_pid is ignored.