package sectr // This should be the only global on client module side. memory: ^ProcessMemory @(thread_local) thread_ctx: ^ThreadMemory THREAD_TICK_LANES :: 2 State :: struct { job_system: JobSystemContext, }