IoUringFileTable.updateFile

bool updateFile(uint index, int fd) @trusted nothrow @nogc

Update a single file descriptor in the registered table.

Parameters

indexIndex in the registered files array to update.
fdNew file descriptor (or -1 to mark unused).

Returns

true on success, false on error.