]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: core: add sleep functions
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 16 Feb 2015 18:43:25 +0000 (19:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:35 +0000 (23:12 +0100)
commit5b8608f1ed1f81c1eacb9ced976e4ea54170f360
tree2886988db78f23c2d11dc7e4548b62efe01b191e
parent258d8aafa6381060c085540c12bd01075ebce906
MINOR: lua: core: add sleep functions

This version of sleep is based on a coroutine. A sleeping
task is started and a signal is registered. This sleep version
must disapear to be replaced by a version using the internal
timers.
include/types/hlua.h
src/hlua.c