David
David
Specify MSG_PEEK in the flags of your recv request (should work), or use a io_uring_prep_poll with EPOLLIN to be notified of data
Guys, I found something that works. You just need a redstone torch! Only works for numbers from 0-15 though.. but it's pretty fast. Only takes 1 redstone tick to compute....
Just another user here, I think the above is a good idea, and would also like to see unlimited history, if possible, just like git.
It would be nice if seamless integration with obsidian-git (https://github.com/vrtmrz/obsidian-livesync/issues/232) is possible
Fixed by https://github.com/stephenh/ts-proto/pull/808
Any chance this gets fixed?
What's going on with pull #227? Is it stalled? It seems like it fixes a lot of issues. Let me know if I should start fresh or continue from that...
also `IORING_OP_FSETXATTR, IORING_OP_SETXATTR, IORING_OP_FGETXATTR, IORING_OP_GETXATTR,`
An area of note is cancelling a poll request. Using `IORING_OP_POLL_REMOVE`, the poll request returns, then the cancel request. Using `IORING_OP_ASYNC_CANCEL`, the cancel request returns, then the poll request. (if...
> may yield in nr * timeout time spent waiting I'm quite sure **io_uring_wait_cqe_timeout** only waits **timeout** time, not multilpied