commit | 6aebd413af88c78068be89cf174a2eafe5af3fe0 | [log] [tgz] |
---|---|---|
author | amistry <[email protected]> | Wed Jan 06 00:29:17 2016 |
committer | Commit bot <[email protected]> | Wed Jan 06 00:30:13 2016 |
tree | 75f5a8164a86f8124448ec669c0b93d5af1e4b64 | |
parent | 1f83eaf3f217c6e15ad20b486bdadfb3fdb25732 [diff] |
Implement MessagePumpMojo using WaitSet. By using a wait set instead of WaitMany(), the message pump no longer needs to do O(n) iterations over every waiting handle on every iteration. BUG=556865 Review URL: https://codereview.chromium.org/1467953002 Cr-Commit-Position: refs/heads/master@{#367716}