Struct progress_callback_t

Struct Documentation

struct progress_callback_t

Callbacks that will be called with ADS construction updates.

Public Members

unique_function<void(f_t) const noexcept> progress_update

Progress update callback.

unique_function<void() const noexcept> on_finish

Called on successful completion.

unique_function<void(std::string) const noexcept> status_description_update

Provides a description of latest construction status.