tangled
alpha
login
or
join now
rockorager.dev
/
ourio
6
fork
atom
An asynchronous IO runtime
6
fork
atom
overview
issues
pulls
pipelines
kqueue: set result field for stat
rockorager.dev
10 months ago
f2d2499e
aa396c0f
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+1
1 changed file
expand all
collapse all
unified
split
src
Kqueue.zig
+1
src/Kqueue.zig
···
403
403
.dev_minor = major(@intCast(stat.dev)),
404
404
.__pad2 = undefined,
405
405
};
406
406
+
task.result = .{ .statx = req.result };
406
407
} else |_| task.result = .{ .statx = error.Unexpected };
407
408
},
408
409