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

Move msg functions to msg module #116

Merged
merged 3 commits into from
Apr 20, 2024
Merged

Move msg functions to msg module #116

merged 3 commits into from
Apr 20, 2024

Conversation

Thomasdezeeuw
Copy link
Owner

Closes #100

We deprecated SubmissionQueue::{oneshot_poll,multishot_poll}, but the
documentation still refers to it. This fixes that by refering to the
standalone functions instead.
Making it a standalone function.

SubmissionQueue::msg_listener is marked as deprecated, but not removed.
As standalone functions.

SubmissionQueue::(try_)send_msg functions are not yet deleted, just
marked as deprecated.
@Thomasdezeeuw Thomasdezeeuw merged commit d620de6 into main Apr 20, 2024
6 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the mv-msg-fns branch April 20, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move SubmissionQueue::{msg_listener,(try_)send_msg} to msg module
1 participant