GenServer.Proxy.Stopper (GenServer Proxy v0.1.70)

Copy Markdown View Source

Summary

Functions

Synchronously stops the GenServer registered via server_id. Will wait a bit if the GenServer is not yet registered on restarts.

Functions

stop(server_id, reason, timeout, module)

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

Synchronously stops the GenServer registered via server_id. Will wait a bit if the GenServer is not yet registered on restarts.