Process and system layer
Child process management, shell execution, system information queries, temporary files, main loop architecture, preload/bootstrap sequencing, and multithreading via the job system.
Key files
src/lua_process.h,src/lua_shell.h,src/lua_sysinfo.h— process/shell/sysinfo bindingssrc/job_system.h— thread pool for async worksrc/lua_runtime.h— Lua bootstrapping and main loop
Dependencies
- Depends on: Core Platform
Dev notes
- Process — child process management
- Sysinfo — system information queries
- Tempfile — temporary file utilities
- Loop — main loop architecture
- Preload — module preload and bootstrap
- Multithreading — engine threading and job system
