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

Clean up multiservice-discovery to be more robust, lock shared struct… #131

Merged
merged 10 commits into from
Jan 31, 2024

Commits on Jan 29, 2024

  1. Clean up multiservice-discovery to be more robust, lock shared struct…

    …ures, and separate concerns.
    
    In particular, the use of parallel lists for thread end signaling channels and actual threads
    has been eliminated.
    
    Preliminary work to ensure other modifications are possible.
    DFINITYManu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1807b58 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    d444a9e View commit details
    Browse the repository at this point in the history
  2. Clippy.

    DFINITYManu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d60c77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4126d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba813a2 View commit details
    Browse the repository at this point in the history
  5. Clippy.

    DFINITYManu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6a7fe0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fa0a7e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    6e5a09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608de35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a1c43 View commit details
    Browse the repository at this point in the history