Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-06T17:58:57.000Z (16 days ago)
- Last Synced: 2024-12-06T18:38:46.051Z (16 days ago)
- Topics: cpp-library, cpp17, linux, lua, multithreading, windows
- Language: C++
- Homepage:
- Size: 20.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 threadsThe cmake configure will clone the lua repository into the source tree.
LuaTest.cpp is a example how to use the library