Tarearbol.DynamicManager.call

You're seeing just the callback call, go back to Tarearbol.DynamicManager module for more information.
Link to this callback

call(message, from, {})

View Source (since 1.2.0)

Specs

call(
  message :: any(),
  from :: GenServer.from(),
  {id :: id(), payload :: payload()}
) :: response()

The method to implement to support explicit GenServer.call/3 on the wrapping worker.