true on success, false on error.bool updateFile(uint index, int fd) @trusted nothrow @nogcUpdate a single file descriptor in the registered table.
index | Index in the registered files array to update. |
fd | New file descriptor (or -1 to mark unused). |
true on success, false on error.