Add coroutine support (WIP)

This commit is contained in:
Jérôme Leclercq
2017-06-08 15:53:17 +02:00
parent a8129b218b
commit 01edc4fb21
8 changed files with 154 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ namespace Nz
}
LuaInstance::LuaInstance() :
LuaState(this, lua_newstate(MemoryAllocator, this)),
LuaState(nullptr),
m_memoryLimit(0),
m_memoryUsage(0),
m_timeLimit(1000),