Skip to content

Commit 7410375

Browse files
authored
Update README.md
1 parent 1e7163c commit 7410375

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ Here are some similar popular libraries that inspired this one:
2424

2525

2626
## Features
27+
### Basic
2728
- Control Over How Often a Process Runs (Periodically, Iterations, or as Often as Possible)
2829
- Process Priority Levels (Easily make custom levels as well)
30+
- Dynamically Add/Remove and Enable/Disable Processes
2931
- Interrupt safe (add, disable, destroy, etc.. processes from interrupt routines)
3032
- Process concurrency protection (Process will always be in a valid state)
31-
- Dynamically Add/Remove and Enable/Disable Processes
33+
34+
### Advanced
3235
- Spawn new processes from within running processes
3336
- Automatic Process Monitoring Statistics (calculates % CPU time for process)
3437
- Truly object oriented (a Process is its own object)

0 commit comments

Comments
 (0)