Current section
Files
Jump to
Current section
Files
lib/perspective/domain_pool/domain_pool_notifications.ex
defmodule Perspective.DomainPoolNotifications do
def emit(node_id, event) do
Phoenix.PubSub.broadcast(Perspective.DomainPoolNotifications, node_id, event)
end
end