feat: add ExecutionContext abstraction and runtime context management for async coroutine isolation

This commit is contained in:
2025-11-24 02:37:40 +00:00
parent c1fd0a22fe
commit 179ebc1892
7 changed files with 1053 additions and 46 deletions
+1
View File
@@ -20,6 +20,7 @@ SOURCES = $(SRC_DIR)/main.c \
$(SRC_DIR)/preprocessor.c \
$(SRC_DIR)/oop.c \
$(SRC_DIR)/error.c \
$(SRC_DIR)/context.c \
$(SRC_DIR)/stdlib/stdlib.c \
$(SRC_DIR)/stdlib/string/string_stdlib.c \
$(SRC_DIR)/stdlib/math/math_stdlib.c \