An asynchronous IO runtime

kqueue: set result field for stat

rockorager.dev f2d2499e aa396c0f

verified
+1
+1
src/Kqueue.zig
··· 403 403 .dev_minor = major(@intCast(stat.dev)), 404 404 .__pad2 = undefined, 405 405 }; 406 + task.result = .{ .statx = req.result }; 406 407 } else |_| task.result = .{ .statx = error.Unexpected }; 407 408 }, 408 409