diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-21 11:51:41 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-21 11:51:41 -0400 |
| commit | 3a9cf2508dc7341a6d8ff4b8174064600d704994 (patch) | |
| tree | 63c3196cec86824f237ac82d92aa43c56010e607 /docs/application/thread.md | |
| parent | 900445604bc38ef43d89f0c11f0cc61ce3cb0bce (diff) | |
update memory objs
Diffstat (limited to 'docs/application/thread.md')
| -rw-r--r-- | docs/application/thread.md | 5 |
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 |
