Replies: 5 comments 1 reply
-
Do we really want a design that employs two layers of builder, neither one is actually working with the sqe bits so it would really be like having three levels. Or can we have one that starts by either reserving, with a guard, an actual spot in the squeue or creating a blank sheet representing an SQE, and then providing methods for adding bits to the SQE. And when I say it might have two layers of builder, I mean one used by tokio-uring and one in io-uring. If we aren't careful, there will be an additional one for the public APIs found in the fs and net directories to get to the internal ones in the io directory. |
Beta Was this translation helpful? Give feedback.
-
Prior discussions have taken place in these Issues and PRs. |
Beta Was this translation helpful? Give feedback.
-
One meta idea: if we want to show possible code in more PRs, we can pick a single operation and implement it alongside everything else in the repo, reducing the amount of work to write it and to review and comment on it. Not even replacing a command like |
Beta Was this translation helpful? Give feedback.
-
On the subject for any of the There is a lot of work in setting things up for the |
Beta Was this translation helpful? Give feedback.
-
There are 2 things here i believe.
|
Beta Was this translation helpful? Give feedback.
-
A place to talk about our wishes and ideas for a uring operation builder.
Beta Was this translation helpful? Give feedback.
All reactions