stl: Implement coroutines

This commit is contained in:
EnderIce2
2024-11-15 01:54:21 +02:00
parent 1ab4ace23c
commit 4bc4e9b76f
7 changed files with 333 additions and 2 deletions

View File

@ -30,6 +30,7 @@ void TaskMgr();
void TreeFS(FileNode *node, int Depth);
void TaskHeartbeat();
void StressKernel();
void coroutineTest();
#endif // DEBUG
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__