blob: 3e2661a24f5ceba1cc74cf5c99e3322c265d571d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
lua-llthreads2
==============
[](https://travis-ci.org/moteus/lua-llthreads2)
This is full dropin replacement for [llthreads](https://github.com/Neopallium/lua-llthreads) library.
##Incompatibility list with origin llthreads library
* does not support ffi interface (use Lua C API for LuaJIT)
* returns nil instead of false on error
* start method returns self instead of true on success
* does not open all standart libraries (set LLTHREAD_REGISTER_STD_LIBRARY to on this feature)
* register loaders for llthreads library itself
[](https://bitdeli.com/free "Bitdeli Badge")
|