• mmenke's avatar
    Make SimpleCache creation threadsafe. · f233a2c4
    mmenke authored
    It was using a single global worker thread pool in a non-threadsafe
    manner.
    
    This imposed the restriction that all instances of SimpleCache must be
    initialized on a single thread, or weird things may, in very rare and
    unlikely cases, occur.
    
    BUG=442321
    
    Review URL: https://codereview.chromium.org/851013003
    
    Cr-Commit-Position: refs/heads/master@{#317071}
    f233a2c4
simple_backend_impl.cc 25.9 KB