We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7163c commit 7410375Copy full SHA for 7410375
1 file changed
README.md
@@ -24,11 +24,14 @@ Here are some similar popular libraries that inspired this one:
24
25
26
## Features
27
+### Basic
28
- Control Over How Often a Process Runs (Periodically, Iterations, or as Often as Possible)
29
- Process Priority Levels (Easily make custom levels as well)
30
+- Dynamically Add/Remove and Enable/Disable Processes
31
- Interrupt safe (add, disable, destroy, etc.. processes from interrupt routines)
32
- Process concurrency protection (Process will always be in a valid state)
-- Dynamically Add/Remove and Enable/Disable Processes
33
+
34
+### Advanced
35
- Spawn new processes from within running processes
36
- Automatic Process Monitoring Statistics (calculates % CPU time for process)
37
- Truly object oriented (a Process is its own object)
0 commit comments