class CachedAsyncAnnotationProvider

Defined at line 62 of file ../../src/developer/forensics/feedback/annotations/provider.h

Collects safe-to-cache but dynamic annotations asynchronously.

Public Methods

void GetOnUpdate (::fit::function<void (Annotations)> callback)

Returns the annotations this provider collects via |callback| when they change.

Note: this method will be called once and |callback| invoked each time the annotations change.

Additionally, |callback| is expected to return all its annotations, regardless of whether their

values changed.

void ~CachedAsyncAnnotationProvider ()

Defined at line 64 of file ../../src/developer/forensics/feedback/annotations/provider.h