Prepare CD Callback handler

This commit is contained in:
Björn Gaier
2024-06-13 22:28:37 +02:00
parent 97727d5dbb
commit d5455189c5
7 changed files with 39 additions and 59 deletions

View File

@@ -44,6 +44,7 @@ namespace JabyEngine {
}
static void restore() {
SysCall::EnterCriticalSection();
MainThread::prepare_restore();
Thread::execute_next();
}