collect_garbage api function (not impl yet)

This commit is contained in:
BlackMATov
2025-03-10 14:45:53 +07:00
parent f39c151408
commit 2e9f2e162d
3 changed files with 14 additions and 11 deletions

View File

@@ -102,17 +102,16 @@ each :: entity -> {each_state? -> fragment?, component?}, each_state?
execute :: query -> {execute_state? -> chunk?, entity[]?, integer?}, execute_state?
process :: phase... -> ()
```
```
debug :: boolean -> ()
```
```
spawn_at :: chunk?, fragment[]?, component[]? -> entity, boolean
spawn_with :: fragment[]?, component[]? -> entity, boolean
debug_mode :: boolean -> ()
collect_garbage :: ()
```
## Builders
```
entity :: entity_builder
entity_builder:set :: fragment, any... -> entity_builder