-
Does multishot recv() support This leads to an even more general question, how do multishot ops work with chaining SQEs? Is the chain executed only once or does it happen every time a CQE comes in? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't remember actually trying it out but it should work, i.e. trying to cancel the request when time comes. We'd need to check how racy it is though, the case I'm afraid of is if it can ignores cancellation and continue running.
Linked timeouts work differently from normal links. The latter ones will be run only after the multishot is cancelled, fails, etc.. |
Beta Was this translation helpful? Give feedback.
I don't remember actually trying it out but it should work, i.e. trying to cancel the request when time comes. We'd need to check how racy it is though, the case I'm afraid of is if it can ignores cancellation and continue running.
Linked timeouts work differently from normal links. The latter ones will be run only after the multishot is cancelled, fails, etc..