comparison src/luan/lib/ThreadLib.java @ 142:05f8c21160ef

minor git-svn-id: https://luan-java.googlecode.com/svn/trunk@143 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Fri, 13 Jun 2014 17:05:31 +0000
parents 3119326260ea
children
comparison
equal deleted inserted replaced
141:c2ee8a717b73 142:05f8c21160ef
9 import luan.LuanException; 9 import luan.LuanException;
10 import luan.DeepCloner; 10 import luan.DeepCloner;
11 11
12 12
13 public final class ThreadLib { 13 public final class ThreadLib {
14
15 public static final String NAME = "Thread";
16 14
17 public static final LuanFunction LOADER = new LuanFunction() { 15 public static final LuanFunction LOADER = new LuanFunction() {
18 @Override public Object call(LuanState luan,Object[] args) { 16 @Override public Object call(LuanState luan,Object[] args) {
19 LuanTable module = new LuanTable(); 17 LuanTable module = new LuanTable();
20 try { 18 try {