commit | 31877e0d5fb21c5feea08dd66a68c7caa20bb684 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <[email protected]> | Thu Jul 11 03:09:35 2024 +0000 |
committer | Yohei Yukawa <[email protected]> | Thu Jul 11 17:57:56 2024 +0000 |
tree | 35a7737d2b25fbbea5270da8547114dbfba0c08d | |
parent | c173829c80e213828297cd6e31e92d29a7aa9cda [diff] |
Decouple UserDataRepository from ImfLock UserDataRepository is essentially a concurrent map between userId and UserData. Decoupling it from ImfLock gives us more code flexibility without sacrificing correctness and thread safety. Bug: 352387655 Test: presubmit Flag: EXEMPT refactor Change-Id: Iec577722c0d1817a55102f34011db943b9076a4e