Distribunator.Distributed.register

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

Specs

register(any()) :: :ok

Register self() with a distributed name

Parameters

  • name The distributed name

Returns

  • :ok
Link to this function

register(name, pid)

Specs

register(any(), pid()) :: :ok

Register a pid with a distributed name

Parameters

  • name The distributed name
  • pid The pid

Returns

  • :ok