diff options
author | Oscar Lim <olim@ucla.edu> | 2016-01-24 22:53:37 -0800 |
---|---|---|
committer | Oscar Lim <olim@ucla.edu> | 2016-02-10 23:45:49 -0800 |
commit | 7499b422e3f07bf25704cbf7989e845f89697fa8 (patch) | |
tree | 524d8a262a9d61486b858e70c64f8aedbda43095 /README.md | |
download | luasystem-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 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..240c478 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,19 @@ | |||
1 | LuaSystem | ||
2 | ====== | ||
3 | |||
4 | [](https://travis-ci.org/o-lim/luasystem/builds) | ||
5 | |||
6 | |||
7 | luasystem is a platform independent system call library for Lua. | ||
8 | Supports Lua >= 5.1 and luajit >= 2.0.0. | ||
9 | |||
10 | Currently the following functions are supported: | ||
11 | * gettime | ||
12 | * sleep | ||
13 | |||
14 | License | ||
15 | ------- | ||
16 | |||
17 | This code and its accompanying README are | ||
18 | [MIT licensed](http://www.opensource.org/licenses/mit-license.php). | ||
19 | See LICENSE for details. | ||