DescriptionMojo C++ bindings: MultiplexRouter more aggressively dispatch queued messages.
This CL allows MultiplexRouter to dispatch multiple queued messages to clients
without returning to the message loop.
This way we may starve other tasks on the same thread, but we have been doing
the same thing in the non-associated-interface case (see
Connector::ReadAllAvailableMessages). So it is probably okay.
BUG=590495
Committed: https://crrev.com/51fec73df69c66596985a9037bc0665529327507
Cr-Commit-Position: refs/heads/master@{#381514}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|