cancellation mechanism for debug info fuzzy searching

This commit is contained in:
Ryan Fleury
2024-11-11 10:38:52 -08:00
parent ff2e9df705
commit 5893ab94cb
2 changed files with 60 additions and 13 deletions
+1
View File
@@ -190,6 +190,7 @@ struct DI_SearchNode
U64 last_update_tick_idx;
U64 bucket_read_gen;
U64 bucket_write_gen;
U64 bucket_items_gen;
DI_SearchBucket buckets[6];
DI_SearchItemArray items;
};