Skip to content

add isc_loop_now() to get consistent time

Evan Hunt requested to merge 4096-uv-now into main

isc_loop_now() is a front-end to uv_now(), returning the start time of the current event loop tick.

Closes #4096 (closed)

Merge request reports