diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
| commit | 20106935981d50971da0a7708a5bfdbec256049c (patch) | |
| tree | a8f117787719de25813814b46ceb3e27c6541cfc /docs/application/index.md | |
| parent | 4b46d1e1b306a8573113aa971c5f8811256e2bd0 (diff) | |
array methods and return qualifier
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/application/index.md b/docs/application/index.md index e315baf..6c84525 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -34,9 +34,8 @@ 1. Configuration * `thread_count` - defaults to number of available processors -2. Initialize tasks 2. Initialize allocators - * Slab sizes +3. Initialize tasks 4. Initialize types * Built In Alias 5. Initialize IO @@ -65,5 +64,5 @@ 1. Clean up IO 2. Clean up types -3. Clean up allocators -4. Clean up tasks +3. Clean up tasks +4. Clean up allocators |
