sketch out new async path for ctrl memory streaming

This commit is contained in:
Ryan Fleury
2025-09-23 10:58:17 -07:00
parent 2ce581fa19
commit 9787c698e6
12 changed files with 263 additions and 56 deletions
+2 -2
View File
@@ -241,10 +241,10 @@ fs_properties_from_path(String8 path)
}
////////////////////////////////
//~ rjf: Tick
//~ rjf: Asynchronous Tick
internal void
fs_tick(void)
fs_async_tick(void)
{
ProfBeginFunction();
Temp scratch = scratch_begin(0, 0);
+2 -2
View File
@@ -125,8 +125,8 @@ internal U128 fs_hash_from_path_range(String8 path, Rng1U64 range, U64 endt_us);
internal FileProperties fs_properties_from_path(String8 path);
////////////////////////////////
//~ rjf: Tick
//~ rjf: Asynchronous Tick
internal void fs_tick(void);
internal void fs_async_tick(void);
#endif // FILE_STREAM_H