38 std::string_view parent_path,
39 std::string_view name_prefix,
40 engine::TaskProcessor& fs_task_processor
44 TempFile(TempFile&& other)
noexcept =
default;
45 TempFile& operator=(TempFile&& other)
noexcept =
default;
49 static TempFile
Adopt(std::string path,
engine::TaskProcessor& fs_task_processor);
59 TempFile(
engine::TaskProcessor& fs_task_processor, fs::
blocking::TempFile temp_file);