Method _Stdio.Fd()->release_fd()
- Method
release_fd
int
release_fd()- Description
Returns the file descriptor number associated with this object, in addition to releasing it so that this object behaves as if closed. Other settings like callbacks and backend remain intact. take_fd can later be used to reinstate the file descriptor so that the state is restored.
- See also