commit | 35c049de96d3ec2af4f2281e425dd920f3928332 | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Thu Mar 17 16:36:27 2022 -0700 |
committer | Evan Rosky <erosky@google.com> | Tue Mar 22 16:01:49 2022 -0700 |
tree | 8658bb3f733aa41f638c008bf4086e06bc1a9915 | |
parent | d5826ea5318b0ecb615533395e9166686956c343 [diff] |
Move the pendingTransaction stuff into BLASTSyncEngine The functionality has morphed since its original transitions-only incarnation. Now it is a general queue mechanism for SyncEngine. So, move it into BLASTSyncEngine and clean-up the abstraction a little-bit. This should make it more usable for some upcoming fixes. Bug: 222033492 Test: existing tests pass (just a refactor) Change-Id: Ia057e816ad5635e9681d3273d139e494c18216d9