예제 #1
0
 public int TryWrite(LibuvFunctions.uv_buf_t buf)
 {
     return(_uv.try_write(this, new[] { buf }, 1));
 }