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
unregisterBuffers
@trusted
(
)

Return Value

Type: auto

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

Meta