@brief ����Ƿ�Ϊ���߳�
| 159 | public: |
| 160 | /// @brief ����Ƿ�Ϊ���߳� |
| 161 | bool CheckIsMainThread(lua_State* pL)LNOEXCEPT { return pL == L; } |
| 162 | |
| 163 | /// @brief ��ȡ�ѷ���������� |
| 164 | size_t GetObjectCount()LNOEXCEPT { return m_ObjectPool.Size(); } |
no outgoing calls
no test coverage detected