Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider removing z_owned_reply_channel_t and z_owned_query_channel_t types and instead return both ends of the channel separately #362

Closed
DenisBiryukov91 opened this issue May 14, 2024 · 1 comment
Labels
release Part of the next release

Comments

@DenisBiryukov91
Copy link
Contributor

Describe the release item

z_owned_reply_channel_t and z_owned_query_channel_t are now essentially used as containers to store both ends of the channel, which user normally immediately splits.
New API accepts a pointer to a location where an object is to be constructed. We could probably pass 2 pointers to zc_reply_fifo_new and similar functions to allow creation of both ends of the channel without introducing an extra type.

@DenisBiryukov91 DenisBiryukov91 added the release Part of the next release label May 14, 2024
@milyin
Copy link
Contributor

milyin commented May 29, 2024

This issue should be taken into account when working on #325

@milyin milyin closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Part of the next release
Projects
Status: Done
Development

No branches or pull requests

2 participants