Function netio_timer_stop

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