move part of file evaluations onto new async file reads

This commit is contained in:
Ryan Fleury
2025-09-24 11:50:53 -07:00
parent e7368af35c
commit 5f883860e0
4 changed files with 20 additions and 13 deletions
+2
View File
@@ -71,6 +71,7 @@ fs_change_gen(void)
internal AC_Artifact
fs_artifact_create(String8 key, B32 *retry_out)
{
ProfBeginFunction();
Temp scratch = scratch_begin(0, 0);
//- rjf: unpack key
@@ -187,6 +188,7 @@ fs_artifact_create(String8 key, B32 *retry_out)
MemoryCopyStruct(&artifact, &content_key);
scratch_end(scratch);
ProfEnd();
return artifact;
}