Distribunator.Distributed.all_pids_of

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

all_pids_of()

(macro)

Specs

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

Get all pids registered to the current module, easy shorthand

Returns

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