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

Fixes #5994 - QueuedThreadPool "free" threads #5995

Merged
merged 2 commits into from Feb 24, 2021

Commits on Feb 22, 2021

  1. Fixes #5994 - QueuedThreadPool "free" threads

    Introduced to QueuedThreadPool:
    
    * getMaxReservedThreads()
    * getAvailableReservedThreads()
    * getAvailableThreads()
    * getReadyThreads()
    * getLeasedThreads()
    
    Also few small code cleanups.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Feb 22, 2021
    Copy the full SHA
    64e01be View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Issue #5994 - QueuedThreadPool "free" threads

    Updates after review.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Feb 23, 2021
    Copy the full SHA
    530c14e View commit details
    Browse the repository at this point in the history