diff options
Diffstat (limited to 'docs/lifecycle')
| -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` |
