const Completion = struct
const Completion = struct {
const UserData = enum(usize) {
unused,
wakeup,
cleanup,
exit,
/// *Fiber
_,
};
/// Corresponds to Kevent field.
flags: u16,
/// Corresponds to Kevent field.
fflags: u32,
/// Corresponds to Kevent field.
data: isize,
}