GenServer.Proxy.Caster (GenServer Proxy v0.1.70)

Copy Markdown View Source

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

cast(server_id, request, module)

@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.