Module Luv__.Metrics

val idle_time : Luv.Loop.t -> Unsigned.UInt64.t

Retrieves the amount of time the loop has been blocked waiting in the kernel.

Binds uv_metrics_idle_time.

Requires Luv 0.5.5 and libuv 1.39.0.

Feature check: Luv.Require.(has metrics_idle_time)