Commit ea96219
committed
Add a process manager "class"
In many places there's a need to keep track of sub-processes
spawned by the main process. Such processes need to be looked up
by various parameters and interacted with.
Having a common, reliable and fast implementation with high test
coverage that holds the various pieces of information about
sub-processes together is beneficial.
In the future, we should extend this new API with the process
spawning and termination functionality.
Ticket: CFE-3572
Changelog: None1 parent 390b4de commit ea96219
File tree
5 files changed
+1316
-1
lines changed- libutils
- tests/unit
5 files changed
+1316
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments