Tarearbol.Scheduler.synch_call
You're seeing just the function
synch_call
, go back to Tarearbol.Scheduler module for more information.
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.