Tarearbol.Scheduler.asynch_call
You're seeing just the function
asynch_call
, go back to Tarearbol.Scheduler module for more information.
Specs
asynch_call(id :: nil | Tarearbol.DynamicManager.id(), message :: any()) :: :ok | :error
Performs a GenServer.cast/2
to the worker specified by id
.
Tarearbol.DynamicManager.cast/2
callback should be implemented for this to work.