https://github.com/tomenz/luamtlib
Calling lua functions from multiple threads
https://github.com/tomenz/luamtlib
cpp-library cpp17 linux lua multithreading windows
Last synced: about 1 month ago
JSON representation
Calling lua functions from multiple threads
- Host: GitHub
- URL: https://github.com/tomenz/luamtlib
- Owner: Tomenz
- License: mit
- Created: 2023-05-13T17:58:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-27T08:32:37.000Z (11 months ago)
- Last Synced: 2025-07-27T10:26:01.825Z (11 months ago)
- Topics: cpp-library, cpp17, linux, lua, multithreading, windows
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuaMtLib
Calling a lua functions from multiple threads
The cmake configure will clone the lua repository into the source tree.
LuaTest.cpp is a example how to use the library