class Delegate

Defined at line 50 of file ../../src/developer/debug/zxdb/client/async_task_tree.h

Public Methods

void SyncAsyncTasks (AsyncTaskTree * tree, fit::callback<void (const Err &, const Frame *)> callback)

Requests that the AsyncTaskTree be provided with a new set of tasks. The implementation

should asynchronously request the task information, call AsyncTaskTree::SetTasks(), then

issue the callback to indicate completion. The optionally provided |frame| argument to the

callback is plumbed from callers of |AsyncTaskTree::Sync| so that they may use the correct

stack frame's EvalContext.

void ~Delegate ()

Defined at line 52 of file ../../src/developer/debug/zxdb/client/async_task_tree.h