GenServer.Proxy.Caller (GenServer Proxy v0.1.66)

Copy Markdown View Source

Summary

Functions

Makes a synchronous call to the GenServer registered via server_id. Will wait a bit if the GenServer is not yet registered on restarts.

Functions

call(server_id, request, timeout, module)

@spec call(GenServer.Proxy.server_id(), term(), timeout(), module()) :: term()

Makes a synchronous call to the GenServer registered via server_id. Will wait a bit if the GenServer is not yet registered on restarts.