This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gpa: Allocator, | |
| /// I don't know how io_uring works, so my usage here is going to be total bollocks. | |
| /// I'm going to never init this, and I'll write: | |
| /// ``` | |
| /// io_uring.pushSqe(.{ | |
| /// .op = .sleep, | |
| /// .arg0 = clockid, | |
| /// .arg1 = std.time.ns_per_s, | |
| /// .user = ptr, | |
| /// }); |
OlderNewer