We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GenServer.call/3
1 parent b7e22ba commit 345deb3Copy full SHA for 345deb3
1 file changed
lib/elixir/lib/gen_server.ex
@@ -1158,7 +1158,7 @@ defmodule GenServer do
1158
1159
## Timeouts
1160
1161
- `timeout` is an integer greater than zero which specifies how many
+ `timeout` is a non-negative integer which specifies how many
1162
milliseconds to wait for a reply, or the atom `:infinity` to wait
1163
indefinitely. The default value is `5000`. If no reply is received within
1164
the specified time, the function call fails and the caller exits. If the
0 commit comments