DescriptionMake SimpleCache creation threadsafe.
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
Committed: https://crrev.com/f233a2c48951a4f0e246773d61465052ab230ca9
Cr-Commit-Position: refs/heads/master@{#317071}
Patch Set 1 #Patch Set 2 : Remove bonus header #Patch Set 3 : Sync #Patch Set 4 : leakiness #
Total comments: 2
Patch Set 5 : merge and git cl format #Messages
Total messages: 20 (4 generated)
|