View Source Multiverses.Server (multiverses v0.8.1)

core server for managing multiverse partitions

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Link to this section Functions

Link to this function

allow(module, owner, allow)

View Source
@spec allow(module(), pid() | Multiverse.id(), term()) :: :ok

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec id(module()) :: Multiverse.id()

Callback implementation for GenServer.init/1.

Link to this function

shard(module_or_modules)

View Source
@spec shard(module()) :: :ok