Module lasp_memory_utilization_report

Behaviours: gen_server.

Function Index

start_link/0Same as start_link([]).
start_link/1Start and link to calling process.

Function Details

start_link/0

start_link() -> {ok, pid()} | ignore | {error, term()}

Same as start_link([]).

start_link/1

start_link(Opts::list()) -> {ok, pid()} | ignore | {error, term()}

Start and link to calling process.


Generated by EDoc