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.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/application/thread.md b/docs/application/thread.md
index 2f85a67..ff03183 100644
--- a/docs/application/thread.md
+++ b/docs/application/thread.md
@@ -59,9 +59,10 @@ On the start of each thread, set the cpu affinity to its thread id
```text
0 -> length
native : arguments
-process : arguments, locals, parent
+process : arguments, locals
closure : arguments, locals, closure function
-iterator : arguments, locals, iterator functions, iterator function index
+iterator : arguments, locals, iterator function index, iterator functions
+regex : captures, function state, regex function
```
## Per Process Task Queue