API Reference multiverses v0.8.1
modules
Modules
Elixir introduces into the world of programming, the "multiverse testing" pattern. This is a pattern where integration tests are run concurrently and each test sees a shard of global state.
This is the core Application
module that supervises the Multiverses.Server
module,
which should be running in active Multiverses
environments.
This module is intended to be a drop-in replacement for Application
.
allows a module to directly clone all of the public functions of a given module, except as macros.
This module is intended to be a drop-in replacement for Registry
, but
not all functionality is implemented.
core server for managing multiverse partitions