summaryrefslogtreecommitdiff
path: root/docs/application/thread.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/application/thread.md')
-rw-r--r--docs/application/thread.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/application/thread.md b/docs/application/thread.md
index 770358f..f871db7 100644
--- a/docs/application/thread.md
+++ b/docs/application/thread.md
@@ -75,12 +75,20 @@ regex : captures, function state, regex function
## Sync
+Queue task on selected thread
+
## Async
+Queue task on thread with lowest `priority`
+
# Running
## Joining
+# Thread Pool Management
+
+Run task to check thread pool sizes and create tasks to spread out a large pool across other threads
+
# Example
```c