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