commit | 3a983cb95f4027aa6c9dad4401f893a059de2c08 | [log] [tgz] |
---|---|---|
author | Soonil Nagarkar <sooniln@google.com> | Fri Oct 23 17:04:50 2020 -0700 |
committer | Soonil Nagarkar <sooniln@google.com> | Mon Oct 26 13:40:00 2020 -0700 |
tree | 270c946dfd0fc6f5795b2410b236f50cd3ba6cd0 | |
parent | e30e78ffb6c6757efe588d1dc727e90cf0a25518 [diff] |
Make ListenerMultiplexer more flexible Previously ListenerMultiplexer attempted to be perscriptive about when individual listener invocations should be allowed, but this is not proving flexible enough. So, we allow registrations to invoke listeners at any time without being perscriptive about it instead. Test: manual + presubmit Change-Id: I6ff8c6bd4f3e3af15d6ebc4b484b971df5a8c0e2