Module perc_signal

Copyright © 2012-2020 Michael Santos <michael.santos@gmail.com>

Behaviours: gen_server.

Function Index

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

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

define/1

define(X1) -> any()

getfd/1

getfd(Ref) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

signalfd_siginfo/1

signalfd_siginfo(Data) -> any()

start/1

start(Signals) -> any()

start_link/1

start_link(Signals) -> any()

stop/1

stop(Ref) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc