gen_server with spawn_opt

Kent Johnson euskcj@REDACTED
Wed Sep 12 16:24:54 CEST 2001


Is there a reason the that spawn_opts are not documented
for the gen_server?

For instance it is possible to do the following:

gen_server:start_link({local, ?MODULE}, ?MODULE,[],
     [{spawn_opt, [{min_heap_size, 3000}]}]).

Is this feature not documented because it will be taken away?


Thanks,

-Kent




More information about the erlang-questions mailing list