Bedrock.Internal.GenServer.Calls (bedrock v0.5.2)
View SourceUtilities for GenServer call and cast operations.
Summary
Functions
@spec call(GenServer.server(), message :: term(), timeout()) :: term() | {:error, :unavailable} | {:error, :timeout} | {:error, :unknown}
@spec call!(GenServer.server(), message :: term(), timeout()) :: term()
@spec cast(GenServer.server(), message :: term()) :: :ok