예제 #1
0
 public FileSystemRequest()
     : base(Size)
 {
     fsrequest = (uv_fs_t *)(Handle.ToInt64() + UV.Sizeof(RequestType.UV_REQ));
 }
예제 #2
0
 public CallbackPermaRequest(RequestType type)
     : this(UV.Sizeof(type))
 {
 }