commit | db52f841d594c5e3227d41b86b5bee8e23cc27bd | [log] [tgz] |
---|---|---|
author | Patrick Hiesel <hiesel@google.com> | Wed Feb 08 10:27:04 2023 +0100 |
committer | Patrick Hiesel <hiesel@google.com> | Wed Feb 08 10:47:15 2023 +0000 |
tree | dbda389d83b26af2543447e1972ff43441916d11 | |
parent | 1fcae7f60fc22b7235a6535be6a4763f80f0e65b [diff] |
Allow binding FanOutExecutor instead of WorkQueue At Google, we are not using WorkQueue heavily because we don't need the extra functionality it provides and it comes at additional complexity. Instead, we use the FanOutExecutor. This change allows using WorkQueue or FanOutExecutor based on initialization. Change-Id: I71ed23870d674bbaa0e1d2dde3204e93aea8af33