View Source Spawn.Cluster.Node.Registry (spawn v0.1.0)

Defines a distributed registry for all process

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor. See Supervisor.

Check if Process is alive.

List all alive PIDs from given registry module.

Get Process if this is alive.

Link to this section Functions

Returns a specification to start this module under a supervisor. See Supervisor.

Link to this function

isAlive(mod, actor_name)

View Source

Check if Process is alive.

@spec list_actor_pids(module()) :: [pid()]

List all alive PIDs from given registry module.

Get Process if this is alive.