Spinscale: create new namespace sscl

This commit is contained in:
2025-12-27 16:21:22 -04:00
parent 0c4f427c0a
commit 34d76df7d9
67 changed files with 434 additions and 429 deletions
@@ -10,7 +10,7 @@
#include <spinscale/asynchronousContinuationChainLink.h>
namespace smo {
namespace sscl {
/**
* AsynchronousContinuation - Template base class for async sequence management
@@ -153,6 +153,6 @@ public:
std::shared_ptr<ComponentThread> caller;
};
} // namespace smo
} // namespace sscl
#endif // ASYNCHRONOUS_CONTINUATION_H