lights FAQ Forum github.com/luapower/lanes
This package
lanes

Abandoned
ui0
tr0
bnet
struct
minizip
lanes
socket
socketloop
luasec
libcurl
nginx
resty-core
resty-lrucache
resty.http
resty.mail
resty.string
mysql_connector
libmysql
libmariadb
lpeg
libb64
pcre
libpng

lanes

Threads support


NOTE: This is just a distribution of Lanes. Lanes is developed here.

local lanes = require'lanes'

Documentation

There’s up-to-date Lanes documentation here. Ignore the old site.

LuaJIT notes

To use ffi inside lanes you have to require the ffi module inside the lane, since the ffi module cannot be transferred as an upvalue to your lane (you will get an error about “destination transfer database”). This also means that other modules that depend on ffi cannot be upvalues and must be required explicitly inside the lane or luajit will crash.


Last updated: 8 years ago | Edit on GitHub

Package:lanes
Pkg type:Lua
Version: fade4b8
Last commit:
License: MIT
Import: LuaLanes
Import ver: 3.9.3

Requires: none

Required by: none


Top