Function deinit [src]
Prototype
pub fn deinit(self: *CompletionQueue) void
Parameters
self: *CompletionQueue
Source
pub fn deinit(self: *CompletionQueue) void {
_ = self;
// A no-op since we now share the mmap with the submission queue.
// Here for symmetry with the submission queue, and for any future feature support.
}