Attention needed from Owners Override
Clayton McCray has uploaded the change for review![Open in Gerrit]()
Clayton McCray would like Owners Override to review this change.
Commit message
[inspect] Make DiagnosticsHierarchyGetter async
We previously used futures::block_on to make the trait synchronous.
Apparently, it is a bug to use Fuchsia specific things (such as the
timers we use in the readers lib) within a non-Fuchsia executor.
So this makes the trait async (which probably wasn't supported when
the trait was originally written) and updates all the places that
should now be async.
Bug: 409822059
Depends-on: turquoise-internal:Ib3d2917f05d84e482371f6a0e9e10b3f2e60a110
Change-Id: Icc8b9e1d361b510277cc7b81f73eafee13ef13a6
Change information
Change size: XL
Delta: 149 files changed, 967 insertions(+), 830 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Icc8b9e1d361b510277cc7b81f73eafee13ef13a6
Gerrit-Change-Number: 1257865
Gerrit-PatchSet: 37
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.