Example #1
0
 private static extern int uv_idle_start(IntPtr idle, uv_handle_cb callback);
Example #2
0
		static extern int uv_check_start(IntPtr check, uv_handle_cb callback);
Example #3
0
 private static extern int uv_prepare_start(IntPtr prepare, uv_handle_cb callback);
Example #4
0
 static extern int uv_check_start(IntPtr check, uv_handle_cb callback);
Example #5
0
 private static extern int uv_async_init(IntPtr loop, IntPtr handle, uv_handle_cb callback);
Example #6
0
		static extern int uv_async_init(IntPtr loop, IntPtr handle, uv_handle_cb callback);
Example #7
0
		static extern int uv_idle_start(IntPtr idle, uv_handle_cb callback);
Example #8
0
		static extern int uv_prepare_start(IntPtr prepare, uv_handle_cb callback);