-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
This issue is collecting some ideas for breaking API changes that we might want to make in the future
- Convert some fields from
Option<T>toTif they were added in very old kernels (Consider only making fields optional if they were added after Linux 2.6 #68) - Remove
statandpidfields from theProcessstruct to support cases when you don't need this information (Decouple /stat reading from the Process constructor #60) - Remove some deprecated methods (more consistent function naming style #52)
- Returning ticks in CpuTime (Returning ticks in CpuTime #76)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels