Uring.unregisterBuffers

Releases all previously registered buffers associated with the io_uring instance.

An application need not unregister buffers explicitly before shutting down the io_uring instance.

struct Uring
nothrow @nogc @trusted
int
unregisterBuffers
()

Return Value

Type: int

On success, returns 0. On error, -errno is returned.

Meta