close method

void close()

Implementation

void close() {
  libc.close(_fd);
  _inner?.drop();
  _inner = null;
}