picofuse

Modules
Execution

Runtime execution: threads, pausing/stopping the process, and environment/signal integration. More...

Collaboration diagram for Execution:

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.
 

Detailed Description

Runtime execution: threads, pausing/stopping the process, and environment/signal integration.