Type deai:ListenHandle

See Proxy.on, Proxy.once for more information about this type

Methods

auto_stop(stop)

Set whether listener should be stopped when the handle is dropped.

stop()

Stop the handler

auto_stop(stop) void
Return type:

void

Parameters:

stop (bool)

Set whether listener should be stopped when the handle is dropped.

stop() void
Return type:

void

Stop the handler

After calling this the signal handler will stop from being called.