aboutsummaryrefslogtreecommitdiff
path: root/timeouts.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-08-06 22:54:20 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-08-06 22:54:20 +0200
commit2615778348a16ac83b7afd9e86f08feda98da1df (patch)
tree23a4591f36582fe1df813b37d39728a21782af88 /timeouts.lua
parentcb1dea66c40d19262967558c59a335931d8e5e85 (diff)
downloadlua_async-2615778348a16ac83b7afd9e86f08feda98da1df.tar.xz
Port to Lua 5.3.3
Diffstat (limited to 'timeouts.lua')
-rw-r--r--timeouts.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/timeouts.lua b/timeouts.lua
index 864889e..7b7e71a 100644
--- a/timeouts.lua
+++ b/timeouts.lua
@@ -1,3 +1,4 @@
+local unpack = unpack or table.unpack
lua_async.timeouts = {
pool = {},
executing = {},