Expand description
Process table for PID-based agent tracking.
The ProcessTable uses DashMap for lock-free concurrent
access, allowing multiple kernel subsystems to query and update
process state without contention.
Structs§
- Process
Entry - A single entry in the process table.
- Process
Table - Concurrent process table with PID allocation.
- Resource
Usage - Resource usage counters for a process.
Enums§
- Process
State - State of a kernel-managed process.
Type Aliases§
- Pid
- Process identifier. Monotonically increasing, never reused.