]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: lua: add coroutine as tasks.
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 23 Jan 2015 11:13:00 +0000 (12:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:34 +0000 (23:12 +0100)
commit24f3353403e0debacee8a2bb90df1fbb8b6cf4e2
tree0a685a7c924318141328c7083b5813f42bb7e88d
parenta4a0f3d7c8903e01ce77d71a319f1feaf8227a96
MEDIUM: lua: add coroutine as tasks.

This LUA subsystem permits to execute LUA code in parallel of the
main HAProxy activity. This is useful for periodic updates or
special checks.
src/hlua.c