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