Coroutine API rename

This commit is contained in:
Krzosa Karol
2026-01-30 21:44:28 +01:00
parent c9acc31cfc
commit 805f5de852
15 changed files with 84 additions and 60 deletions

View File

@@ -93,6 +93,7 @@
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#undef Yield
#define BREAK() if (IsDebuggerPresent()) {__debugbreak();}
#elif OS_LINUX
#define BREAK() raise(SIGTRAP)