From 3a9cf2508dc7341a6d8ff4b8174064600d704994 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 21 Jun 2026 11:51:41 -0400 Subject: update memory objs --- docs/application/thread.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/application/thread.md') 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 -- cgit v1.2.3