haproxy/doc/lua-api
Thierry Fournier ecb83c24c4 MINOR: lua-thread: Add the "thread" core variable
The goal is to allow execution of one main lua state per thread.

This commit introduces this variable in the core. Lua state initialized
by thread will have access to this variable, which reports the executing
thread. 0 indicates the shared thread. Programs which must be executed
only once can check for core.thread <= 1.
2020-12-02 21:53:16 +01:00
..
_static
Makefile
conf.py
index.rst MINOR: lua-thread: Add the "thread" core variable 2020-12-02 21:53:16 +01:00