Tarearbol.Scheduler.asynch_call

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

asynch_call(id, message)

View Source (since 1.2.1)

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.