]> git.kaiwu.me - haproxy.git/commit
MINOR: lua: core: can yield an execution stack
authorThierry FOURNIER <tfournier@haproxy.com>
Tue, 17 Feb 2015 14:01:59 +0000 (15:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:36 +0000 (23:12 +0100)
commit13416fe0dbbacd2d78c249b919751b5a1a7b563e
tree6aeab64a9aa5d1aee75e93a722a0cd77c7939402
parent37196f4ecba2179a8feb1db9f0b4d32d9daa9098
MINOR: lua: core: can yield an execution stack

This patch provides a yield function. This function permits to
give back the hand at the HAProxy scheduler. It is used when the
lua processing consumes a lot of time.
src/hlua.c