mtstates

Pass Lua states to other threads in arbitrary multi-threading scenarios

$ luarocks install mtstates

This package provides a way to create new Lua states from within Lua for using them in arbitrary threads. The implementation is independent from the underlying threading library (e.g. Lanes or lua-llthreads2).

The general principle is to prepare a state by running a setup function within this state that returns a callback function which afterwards can be called from different threads. This can be useful in a thread-pool scenario when the number of states exceeds the number of available threads.

Versions

scm-0dev1 year ago(revision: 5)1 download
0.4.4-11 year ago14 downloads
0.4.3-11 year ago9 downloads
0.4.2-12 years ago(revision: 3)27 downloads
0.4.1-15 years ago39 downloads
0.4.0-15 years ago14 downloads
0.3.2-15 years ago8 downloads
0.3.1-15 years ago9 downloads
0.3.0-15 years ago7 downloads
0.2.0-15 years ago7 downloads

Dependencies

lua >= 5.1, <= 5.4

Labels

Manifests