From cddcc92927fb361643ec122df59c7fcb688515df Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 27 Nov 2017 12:12:20 -0800 Subject: add hibernate_after to the gen options type spec --- lib/stdlib/src/gen.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stdlib/src/gen.erl b/lib/stdlib/src/gen.erl index 33af0aed8f..4b1d448487 100644 --- a/lib/stdlib/src/gen.erl +++ b/lib/stdlib/src/gen.erl @@ -49,6 +49,7 @@ | {'logfile', string()}. -type option() :: {'timeout', timeout()} | {'debug', [debug_flag()]} + | {'hibernate_after', timeout()} | {'spawn_opt', [proc_lib:spawn_option()]}. -type options() :: [option()]. -- cgit v1.2.3