Skip to content
Snippets Groups Projects

F async execute

Merged Timm Fitschen requested to merge f-async-execute into dev
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -192,6 +192,7 @@ auto Transaction::Execute() -> TransactionStatus {
return status;
}
// NOLINTNEXTLINE
auto Transaction::DoExecuteTransaction() noexcept -> StatusCode {
// upload files first
if (!upload_files.empty()) {
@@ -414,6 +415,7 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus {
return ProcessTerminated();
}
// NOLINTNEXTLINE
auto Transaction::ProcessCalls() -> TransactionStatus {
CAOSDB_LOG_TRACE_ENTER_AND_LEAVE(logger_name, "Transaction::ProcessCalls()")
if (this->status.GetCode() != StatusCode::EXECUTING) {
Loading