raddbgi_from_pdb: move top-level compilation unit parsing to asynchronous tasks

This commit is contained in:
Ryan Fleury
2024-02-20 11:30:01 -08:00
parent 6b2e4abe81
commit 66ef1b3eeb
4 changed files with 63 additions and 70 deletions
+5
View File
@@ -92,6 +92,11 @@ struct TS_Shared
global TS_Shared *ts_shared = 0;
////////////////////////////////
//~ rjf: Basic Type Functions
internal TS_Ticket ts_ticket_zero(void);
////////////////////////////////
//~ rjf: Top-Level Layer Initialization