From 7499b422e3f07bf25704cbf7989e845f89697fa8 Mon Sep 17 00:00:00 2001 From: Oscar Lim Date: Sun, 24 Jan 2016 22:53:37 -0800 Subject: Support for gettime and sleep functions Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..240c478 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +LuaSystem +====== + +[![travis-ci status](https://travis-ci.org/o-lim/luasystem.svg?branch=master)](https://travis-ci.org/o-lim/luasystem/builds) + + +luasystem is a platform independent system call library for Lua. +Supports Lua >= 5.1 and luajit >= 2.0.0. + +Currently the following functions are supported: +* gettime +* sleep + +License +------- + +This code and its accompanying README are +[MIT licensed](http://www.opensource.org/licenses/mit-license.php). +See LICENSE for details. -- cgit v1.2.3-55-g6feb