Function netio_timer_stop
Defined in File eventloop.c
Function Documentation
-
void netio_timer_stop(struct netio_timer *timer)
Stops a timer.
The timer will not execute callbacks anymore until it is started again.
- Parameters:
timer – The timer to stop