struct Core::Portable::FileDataPromise
Overview
Promise for a file that’s created on demand. More…
#include <corefile.h> struct FileDataPromise { // methods virtual IO::MemoryStream* createFileData() = 0; };
Detailed Documentation
Promise for a file that’s created on demand.
Can be used to defer data serialization to a background thread.