class AttachmentProvider
Defined at line 16 of file ../../src/developer/forensics/feedback/attachments/provider.h
Abstract base class for collecting attachments asynchronously.
Public Methods
::fpromise::promise<AttachmentValue> Get (uint64_t ticket)
Returns a promise to the data collection, where collection can be terminated early with
|ticket|
void ForceCompletion (uint64_t ticket, Error error)
Completes the data collection promise associated with |ticket| early, if it hasn't
already completed.