Copyright © 2012-2020 Michael Santos <michael.santos@gmail.com>
Behaviours: gen_server.
| code_change/3 | |
| define/1 | |
| getfd/1 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| signalfd_siginfo/1 | |
| start/1 | |
| start_link/1 | |
| stop/1 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
define(X1) -> any()
getfd(Ref) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
signalfd_siginfo(Data) -> any()
start(Signals) -> any()
start_link(Signals) -> any()
stop(Ref) -> any()
terminate(Reason, State) -> any()
Generated by EDoc