Beispiel #1
0
 public DisposeRequest(UVHandle handle) : base(RequestType.UV_SHUTDOWN)
 {
     _handle = handle;
     UVInterop.uv_shutdown(Handle, _handle.Handle, CallbackDelegate);
 }
Beispiel #2
0
 internal static extern int uv_handle_size(UVHandle.HandleType type);