![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/Stream/StreamRecorderAlgorithm.h>
Helper class for managing recorded data together with a future to ensure that background saving tasks are complete before the data is deleted. More...
Helper class for managing recorded data together with a future to ensure that background saving tasks are complete before the data is deleted.
Public Member Functions | |
| OwningDataListAsync (OwningDataListAsync &&)=default | |
| OwningDataListAsync & | operator= (OwningDataListAsync &&)=default |
Public Attributes | |
| OwningDataList | owningDataList |
| std::future< void > | future |