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

fix: threads can skip the line in publisher flow controller #422

Merged
merged 5 commits into from Jun 17, 2021

Commits on Jun 2, 2021

  1. Copy the full SHA
    7add505 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e0ca37a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9176849 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0fb1f84 View commit details
    Browse the repository at this point in the history
  5. Use OrderedDict for the FIFO queue

    This allows to hold the queue of threads and their reservation data
    in a single structure, no need for the separate deque and reservations
    dict.
    plamut committed Jun 2, 2021
    Copy the full SHA
    cd1dcda View commit details
    Browse the repository at this point in the history