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: 9 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T17:58:57.000Z (over 1 year ago)
- Last Synced: 2025-06-24T09:49:44.319Z (10 months ago)
- Topics: cpp-library, cpp17, linux, lua, multithreading, windows
- Language: C++
- Homepage:
- Size: 21.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