Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure cache miss logging works in concurrent setting (smithy-lang#2391)
This commit ensures that logging for cache miss should be displayed properly when multiple threads execute `get_or_load` concurrently. Specifically, the log should be displayed only once for the first thread that succeeds in populating a cache value. Co-authored-by: Yuki Saito <[email protected]>
- Loading branch information