Distribunator.Distributed.all_pids_of

You're seeing just the function all_pids_of, go back to Distribunator.Distributed module for more information.
Link to this function

all_pids_of(name)

Specs

all_pids_of(any()) :: {:ok, [pid()]} | {:error, any()}

Get all pids sharing a distributed name

Parameters

  • name The distributed name

Returns

  • {:ok, [pid()]} Success, even if pid list is empty
  • {:error, reason} Failure and reason