commit | 00c0ce8fbb0e04d0fc3d05f33cd24225be6d328f | [log] [tgz] |
---|---|---|
author | Tomasz Mikolajewski <mtomasz@google.com> | Wed Jan 25 15:58:10 2017 +0900 |
committer | Tomasz Mikolajewski <mtomasz@google.com> | Fri Feb 03 01:12:05 2017 +0000 |
tree | fe14d54943ea68bcff31efd4bc91f715a3fe463e | |
parent | 65d53995340e5ad50e333115b22695425d59c0da [diff] |
Move executor details to ReadableArchive. WriteableArchive is going to use a different executor. Files have to be written sequentially, so in only one thread in parallel. On the other hand, ReadableArchive supports parallel reading. Test: Refactoring only. Unit tests pass. Bug: 20822019 Change-Id: Ie030c2e9478be576ae87f8f30b8d1e9388507cb2 (cherry picked from commit 3b135ef27a918143489cae0d99770890f3bbb3b6)