Skip to content

Is atomic recursive send/recv possible? #15725

Answered by rincebrain
albert-a asked this question in Q&A
Discussion options

You must be logged in to vote

Not really. The receives are always not atomic beyond the dataset under the hood, and you'd have to come up with how to resolve a truly astonishing number of edge cases in ways that didn't surprise people, like what to do if someone wanted to resume after deleting some of the source or destination's received things, and managing multiple in-progress receives pool wide.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by albert-a
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants