diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-24 17:58:11 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-24 17:58:11 -0400 |
| commit | 899951244d75254b870e0c7f4d1e9419e7964052 (patch) | |
| tree | ae39036dada6f311a66143322f225d1b14186f5c /docs/lifecycle/register.md | |
| parent | 00f17d7a204d8add2426cc0b26a2158fd1dc62f6 (diff) | |
use trees without parent nodes
Diffstat (limited to 'docs/lifecycle/register.md')
| -rw-r--r-- | docs/lifecycle/register.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/lifecycle/register.md b/docs/lifecycle/register.md index 3f59469..1de8cdc 100644 --- a/docs/lifecycle/register.md +++ b/docs/lifecycle/register.md @@ -2,16 +2,14 @@ --- -# Create - ## Module -1. Init new module with the filename -2. Add to namespace tree -3. Load - -# Load - -## Module +1. Add findsert task to `namespace_module_mutex` + * If found end findsert task +2. Create the namespace and add to namespace tree +3. Create task on the new namespaces `mutex` to read the file into a string +4. On completion of the read task add a parse task into the namespace mutex ## String + +1. Add run task with new `kpl_buffer` to `kpl_name_string`'s `mutex` |
