aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorOscar Lim <olim@ucla.edu>2016-01-24 22:53:37 -0800
committerOscar Lim <olim@ucla.edu>2016-02-10 23:45:49 -0800
commit7499b422e3f07bf25704cbf7989e845f89697fa8 (patch)
tree524d8a262a9d61486b858e70c64f8aedbda43095 /system
downloadluasystem-7499b422e3f07bf25704cbf7989e845f89697fa8.tar.gz
luasystem-7499b422e3f07bf25704cbf7989e845f89697fa8.tar.bz2
luasystem-7499b422e3f07bf25704cbf7989e845f89697fa8.zip
Support for gettime and sleep functions
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.
Diffstat (limited to 'system')
-rw-r--r--system/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/init.lua b/system/init.lua
new file mode 100644
index 0000000..77e0c3b
--- /dev/null
+++ b/system/init.lua
@@ -0,0 +1,2 @@
1local system = require 'system.core'
2return system