|
ledger-core
|
Public Member Functions | |
| ProgressNotifier (const ProgressNotifier ¬ifier)=delete | |
| void | setProgress (const std::string &step, double progress) |
| void | success (const T &result) |
| void | failure (const Exception &exception) |
| void | onProgress (const std::shared_ptr< api::ExecutionContext > &context, const ProgressHandler &handler) const |
| Future< T > | getFuture () const |
1.8.13