multiverses v0.4.0 API Reference
Modules
Elixir introduces into the world of CS, the "multiverse testing" pattern. This is a pattern where tests are run concurrently and each test sees a shard of global state.
This module is intended to be a drop-in replacement for DynamicSupervisor
.
This module is intended to be a drop-in replacement for GenServer
.
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
, though
currently not all functionality is implemented.