commit | 7933051f6dfcbfbd4f0ba2147684d8f63ec0bbb8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 24 21:13:44 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 24 21:13:44 2015 -0700 |
tree | ac2368c66c572e1fb95406d8542605993fa68f6a | |
parent | 6212af6059e442da11b696de51da18daef0a784a [diff] |
Switch init to epoll. Not just because it's what the cool kids are doing --- it also lets us simplify the inner loop and decouple it from whatever systems want to be woken to perform some activity if there's data to be read on some fd. Currently this is just used to clean up the existing signal handling, keychord, and property service code. Change-Id: I4d7541a2c4386957ad877df69e3be08b96a7dec5