commit | 5b8608f1ed1f81c1eacb9ced976e4ea54170f360 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Feb 16 19:43:25 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:35 2015 +0100 |
tree | 2886988db78f23c2d11dc7e4548b62efe01b191e | |
parent | 258d8aafa6381060c085540c12bd01075ebce906 [diff] |
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.