MeshxRpc.Client.cast

You're seeing just the callback cast, go back to MeshxRpc.Client module for more information.
Link to this callback

cast(request, args, timeout, retry, retry_sleep)

View Source (optional)

Specs

cast(
  request :: atom(),
  args :: list(),
  timeout :: timeout(),
  retry :: pos_integer(),
  retry_sleep :: non_neg_integer()
) :: :ok

Sends an asynchronous RPC cast request to the server.