Exemplo n.º 1
0
 public static void idle_start(UVIdleHandle handle, uv_idle_cb cb)
 {
     handle.Validate();
     ThrowIfErrored(uv_idle_start(handle, cb));
 }
Exemplo n.º 2
0
 public static extern int uv_idle_start(UVIdleHandle handle, uv_idle_cb cb);
Exemplo n.º 3
0
 internal static extern int uv_idle_start(Idle handle, uv_idle_cb callback);