]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: add core.wait()
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 21 Mar 2025 08:37:38 +0000 (09:37 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 3 Apr 2025 15:52:23 +0000 (17:52 +0200)
commit1e4e5ab4d2e1fb0d1d447c69be034e9c3377a329
tree2d5aa9e5e654366665ac9d439bd7d6d3573513f7
parent748dba485920dca572c0703d84e7335503485253
MINOR: hlua: add core.wait()

Similar to core.yield(), except that the task is not woken up
automatically, instead it waits for events to trigger the task
wakeup.

Lua documentation was updated.
doc/lua-api/index.rst
src/hlua.c