Function netio_signal_fire
Defined in File eventloop.c
Function Documentation
-
void netio_signal_fire(struct netio_signal *signal)
Fires a signal.
Firing the signal triggers the execution of the signal’s callback. Firing a signal is thread-safe.
- Parameters:
signal – The signal to fire