Summary
Functions
Sends an asynchronous request to the GenServer registered via server_id.
No need to wait for the GenServer to be registered as this is asynchronous.
Functions
@spec cast(GenServer.Proxy.server_id(), term(), module()) :: :ok
Sends an asynchronous request to the GenServer registered via server_id.
No need to wait for the GenServer to be registered as this is asynchronous.