Runtime execution: threads, pausing/stopping the process, and environment/signal integration. More...
|
Modules | |
| Environment | |
| Runtime metadata about the active execution context, plus process-level environment signal handling. | |
| Sleep and Halt | |
| Pauses execution for a specified duration, or stops it permanently. | |
| Threads | |
| Cross-platform helpers for creating fire-and-forget worker threads and querying CPU core information. | |
| Timers | |
| Lightweight callback-based scheduling for periodic work and one-shot delays. | |
Runtime execution: threads, pausing/stopping the process, and environment/signal integration.