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 poll functions #115

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Move poll functions #115

merged 2 commits into from
Apr 20, 2024

Conversation

Thomasdezeeuw
Copy link
Owner

Closes #99

As a standalone function, similar to net::socket.

SubmissionQueue::oneshot_poll is not removed yet, but marked as
deprecated in favour of the new function.
As a standalone function, similar to oneshot_poll.

SubmissionQueue::multishot_poll is not removed yet, but marked as
deprecated in favour of the new function.
@Thomasdezeeuw Thomasdezeeuw merged commit 8787da1 into main Apr 20, 2024
6 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the mv-poll-fns branch April 20, 2024 14:09
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::{oneshot,multishot}_poll to stand alone functions
1 participant