Added Thread:isRunning

This commit is contained in:
Alex Szpakowski
2013-07-16 00:18:04 -03:00
parent 719e9253da
commit 8ac288876d
10 changed files with 42 additions and 11 deletions
+2 -1
View File
@@ -93,9 +93,10 @@ bool LuaThread::start(Variant **args, int nargs)
return Threadable::start();
}
const std::string &LuaThread::getError()
const std::string &LuaThread::getError() const
{
return error;
}
} // thread
} // love