IoUringFileRing.submitClose

bool submitClose(int fd, ulong userData) @trusted nothrow

Submit a close operation to the ring.

Parameters

fdFile descriptor to close.
userDataOpaque value returned with the completion.

Returns

true if submission succeeded.