Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
|
Thanks for the PR. Before merging, I'm wondering what other arguments could SendOptions be used for? I think |
|
Sorry about the delay! What about passing a linked list of work through Your call tho, happy to inline if you feel strongly either way |
|
I would be more inclined to have/see a rustified version of a SendWR rather than having something new, keeping the API similar to the C one. Something like But no support for |
|
Introducing |
|
Having an iterator would be nice for ergonomics, and it works well for now. |
Creates versions of Send/Read/Write with an
optionsargument. For now that field only controls send flags, we could use to add additional arguments (e.g. qp_type) to those methods later on without breaking existing code if needed.