commit | 8e16ceecb770df194ed7fb6ba70c01505a52a609 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Mon Mar 06 15:23:16 2017 +0900 |
committer | Daichi Hirono <hirono@google.com> | Wed Mar 29 00:13:58 2017 +0000 |
tree | 32fac895d893e97e279fbf6998604904fd31df31 | |
parent | df937b8255d86d97c97fd8d9ca7ea5352e2d8975 [diff] |
Change FuseAppLoop so that it can process messages asynchronously. Previously FuseAppLoopCallback needs to return values in a synchrnous manner. The CL changes it to asynchronous mannger so that apps can process FUSE message asynchrnously. Bug: 35229514 Test: FuseAppLoopTest Change-Id: I8edcfdb003a25cfd5e9c490ec871140220b21e35 (cherry picked from commit f5d15f9fc4b8bd7a866660fe208bf857dea839ba)