Closed ImagicTheCat closed 3 years ago
See ev_timer_init documentation: Configure the timer to trigger after "after" seconds (fractional and negative values are supported).
ev_timer_init
An "after" value of 0 can be useful to create a one shot deferred watcher.
See
ev_timer_init
documentation: Configure the timer to trigger after "after" seconds (fractional and negative values are supported).An "after" value of 0 can be useful to create a one shot deferred watcher.