progress on setting up host/client api process execution

This commit is contained in:
2025-10-12 19:52:17 -04:00
parent 406ff97968
commit 8ced7cc71e
7 changed files with 54 additions and 42 deletions

View File

@@ -9,6 +9,5 @@ thread_memory: ^ThreadMemory
THREAD_TICK_LANES :: 2
State :: struct {
live_threads: int,
job_system: JobSystemContext,
}