MultiversesPubsub

Multiverses support for Phoenix PubSub

Installation

The package can be installed by adding multiverses_pubsub to your list of dependencies in mix.exs:

def deps do
  [
    {:multiverses_pubsub, "~> 0.1.0"}
  ]
end

Docs can be found at https://hexdocs.pm/multiverses_pubsub.

Testing

This library allows parallel testing:

REPLICATION=10 mix test