class JoinErrCallbacks

Defined at line 235 of file ../../src/developer/debug/zxdb/common/join_callbacks.h

Joins multiple callbacks that take an Err parameter. The result of the main callback is either

success if all sub-callbacks succeeded, or the Err corresponding to the first callback to issue

an error.

Public Methods

fit::callback<void (const Err &)> AddCallback ()

Defined at line 237 of file ../../src/developer/debug/zxdb/common/join_callbacks.h

void Ready (fit::callback<void (const Err &)> cb)

Defined at line 249 of file ../../src/developer/debug/zxdb/common/join_callbacks.h

Friends

class MakeRefCountedHelper
class RefCountedThreadSafe