Alex Saveau
Alex Saveau
Hmmm, actually I just realized the wait API doesn't accept a timeout/deadline. Is this because of macOS? I couldn't find much info on this and am not well versed in...
@samtstern I just encountered this issue myself and thought I'd broken stuff in my refactor! 😱 Hope this gets fixed soon, for now, I've added a hack.
cc @quininer @lucab I'd like to propose the rough sketch of an implementation: ``` struct PreAllocatedBufRing { num_bufs: usize, buf_size: usize, } fn register_buf_ring(ring_entries: u16, bgid: u16, pre_allocations: Into) ->...
Not doing the completions API as that's broken: https://github.com/axboe/liburing/issues/1039
Created https://github.com/tokio-rs/io-uring/pull/256
For anyone working on branch prediction, this was just recently fixed: https://github.com/rust-lang/rust/issues/109426. Enable like this: https://github.com/SUPERCILEX/hardcaml_riscv/commit/d1125a68db16579dd58f893b26f3c2db65158ab3#diff-f34d15ec63ba1edb3a7a25b6a3e3b7d3c1f02cbef0b66a6a73e8cf5c959a8576
No, the tooltip still shows up from Layout job.
Yes, thank you for the code pointer!
Yeah, I'm not advocating for a default, just an option for those that want to save a click.
Reverse index: https://www.reddit.com/r/pop_os/comments/194bugz/comment/khmat5e/?utm_source=share&utm_medium=web2x&context=3 cc @mmstick