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

Commits on Apr 20, 2024

  1. Update docs around poll functions

    We deprecated SubmissionQueue::{oneshot_poll,multishot_poll}, but the
    documentation still refers to it. This fixes that by refering to the
    standalone functions instead.
    Thomasdezeeuw committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    86dc53e View commit details
    Browse the repository at this point in the history
  2. Move SubmissionQueue::msg_listener to msg module

    Making it a standalone function.
    
    SubmissionQueue::msg_listener is marked as deprecated, but not removed.
    Thomasdezeeuw committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ba70c3b View commit details
    Browse the repository at this point in the history
  3. Move SubmissionQueue::(try_)send_msg to msg module

    As standalone functions.
    
    SubmissionQueue::(try_)send_msg functions are not yet deleted, just
    marked as deprecated.
    Thomasdezeeuw committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    cc3ee37 View commit details
    Browse the repository at this point in the history