diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-15 20:40:49 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-15 20:40:49 -0400 |
| commit | 224c245a875a6f28c01e93d037329c708ef81dd4 (patch) | |
| tree | 7a368ccb80743651d5eb2f4b30a788ef70dae0ee /docs/application/index.md | |
| parent | 4c008d258f6fd23fd64e2a6b059448748d7f7d24 (diff) | |
type var definitions
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/application/index.md b/docs/application/index.md index 6c84525..0dd4b7e 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -40,6 +40,7 @@ * Built In Alias 5. Initialize IO * Size of registered sparse buffers +6. Initialize Jit ## Main @@ -62,7 +63,8 @@ ## Shutdown -1. Clean up IO -2. Clean up types -3. Clean up tasks -4. Clean up allocators +1. Clean up Jit +2. Clean up IO +3. Clean up types +4. Clean up tasks +5. Clean up allocators |
