progress on setting up host/client api process execution

This commit is contained in:
2025-10-12 16:20:08 -04:00
parent 866432723e
commit 406ff97968
6 changed files with 72 additions and 13 deletions

View File

@@ -1,8 +1,14 @@
package sectr
// This should be the only global on client module side.
host_memory: ^HostMemory
memory: ^HostMemory
@(thread_local)
thread_memory: ^ThreadMemory
THREAD_TICK_LANES :: 2
State :: struct {
live_threads: int,
job_system: JobSystemContext,
}