Ejemplo n.º 1
0
 internal static extern int uv_idle_start(Idle handle, uv_idle_cb callback);
Ejemplo n.º 2
0
 internal static extern int uv_idle_stop(Idle handle);
Ejemplo n.º 3
0
 internal static extern int uv_idle_init(EventLooper looper, Idle handle);