FileMode/FileOption debugging, fixes, and added safety.

This commit is contained in:
J-D-K
2025-09-06 19:21:35 -04:00
parent f052d0b2a7
commit e1d592ee9c
44 changed files with 208 additions and 151 deletions

View File

@@ -26,9 +26,6 @@ class DataLoadingState final : public BaseTask
m_task = std::make_unique<sys::Task>(function, std::forward<Args>(args)...);
}
/// @brief Destructor. Runs all DestructFunctions in the vector.
~DataLoadingState() {};
template <typename... Args>
static inline std::shared_ptr<DataLoadingState> create(data::DataContext &context,
DestructFunction destructFunction,