Tarearbol.Scheduler.synch_call

You're seeing just the function synch_call, go back to Tarearbol.Scheduler module for more information.
Link to this function

synch_call(id, message)

View Source (since 1.2.0)

Specs

synch_call(id :: nil | Tarearbol.DynamicManager.id(), message :: any()) ::
  {:ok, any()} | :error

Performs a GenServer.call/3 to the worker specified by id.

Tarearbol.DynamicManager.call/3 callback should be implemented for this to work.