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

Let the coordinator thread open buckets #782

Merged
merged 11 commits into from
Apr 12, 2023
Merged

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    48c32b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba3489 View commit details
    Browse the repository at this point in the history
  3. Remove unused items

    wks committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    53b8896 View commit details
    Browse the repository at this point in the history
  4. Comments, logging and style

    wks committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e01ff66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25f6f10 View commit details
    Browse the repository at this point in the history
  6. Use VecDeque instead of Vec

    wks committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    fe7e064 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    541a284 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Minor style changes

    wks committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4bd2943 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Move WorkerGroup.parked_workers to the monitor

    That counter is used for synchronization, so we move it to
    WorkerMonitorSync and make it a plain usize instead of AtomicUsize.
    wks committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    93bb121 View commit details
    Browse the repository at this point in the history
  2. pub(crate) to pub

    Use pub instead of pub(crate) for the methods if the struct is already
    pub(crate).
    wks committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2988898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08d3e0 View commit details
    Browse the repository at this point in the history