Aktualizr
C++ SOTA Client
executor.cc
1 #include "executor.h"
2 
3 std::atomic_bool InterruptableExecutionController::interrupted{false};