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