commit | b37f31dd2de00642b7652874b61a55fc12c62437 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Sun Oct 08 10:14:25 2023 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Mon Oct 09 18:37:54 2023 +0000 |
tree | 1f003b077e0f0226ac8cd29697ed9e4030e64871 | |
parent | f547072a633525642f8364f647ae38dd2b5b42e1 [diff] |
Add oneway Transaction#apply Allow the caller to apply the transaction as a one way binder call. This transaction will be applied out of order with other transactions that are applied synchronously. This method is not safe. It should only be used when the order does not matter. But it may be useful to avoid swithing contexts when applying transactions in the critical path. Bug: 297233662 Test: presubmit Change-Id: If9141213da605ca12cfc06e14a63d1fc8c99a1ed