| 1777 | } |
| 1778 | |
| 1779 | inline void LuaThread::pushFunction(LuaFunction const& func) const { |
| 1780 | engine().threadPushFunction(handleIndex(), func.handleIndex()); |
| 1781 | } |
| 1782 | |
| 1783 | inline LuaThread::Status LuaThread::status() const { |
| 1784 | return engine().threadStatus(handleIndex()); |