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

Added condition of empty for concurrent dictionary #44581

Merged
merged 3 commits into from
Nov 17, 2020

Commits on Nov 16, 2020

  1. Added condition of empty for concurrent dictionary

    Collection is already empty why to initialize it again with new emtpy tables.
    ShreyasJejurkar authored and stephentoub committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    e714d3c View commit details
    Browse the repository at this point in the history
  2. Made AreAllBucketsEmpty method private from local function.

    Addressed PR feedback.
    ShreyasJejurkar authored and stephentoub committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a4dc03d View commit details
    Browse the repository at this point in the history
  3. Addressed PR feedback.

    Comment corrected.
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    ShreyasJejurkar and stephentoub committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    4839621 View commit details
    Browse the repository at this point in the history