Module lasp_throughput_server

Behaviours: gen_server.

Function Index

handle_info/2
start_link/0Start and link to calling process.

Function Details

handle_info/2

handle_info(Msg, State) -> any()

start_link/0

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

Start and link to calling process.


Generated by EDoc