Distribunator.Distributed.call

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

call(msg, timeout \\ 5000)

(macro)

Do a distributed call to the first registered pid of the calling module.

Parameters

  • msg The message to send
  • timeout The timeout (ms)

Returns

  • The result of GenServer.call()