GenServer.Proxy.Caster (GenServer Proxy v0.1.62)

Copy Markdown View Source

Summary

Functions

Sends an async request to the GenServer registered via server_id. Will wait a bit if the GenServer is not yet registered on restarts.

Functions

cast(server_id, request, module)

@spec cast(GenServer.Proxy.server_id(), term(), module()) :: :ok

Sends an async request to the GenServer registered via server_id. Will wait a bit if the GenServer is not yet registered on restarts.