class PendingException

Defined at line 19 of file ../../src/developer/forensics/exceptions/pending_exception.h

Holds a zx::exception and resets it if it is not handled within a period of time.

Public Methods

void PendingException (async_dispatcher_t * dispatcher, zx::duration ttl, zx::exception exception)

Defined at line 13 of file ../../src/developer/forensics/exceptions/pending_exception.cc

zx::exception && TakeException ()

Defined at line 36 of file ../../src/developer/forensics/exceptions/pending_exception.cc

zx::process && TakeProcess ()

Defined at line 37 of file ../../src/developer/forensics/exceptions/pending_exception.cc

zx::thread && TakeThread ()

Defined at line 38 of file ../../src/developer/forensics/exceptions/pending_exception.cc