LuaLanes / lanes

Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module 'lanes.core' not found

MrLuer opened this issue · comments

lanes.core is require on lanes.lua ,but this file not exist。 what this file is ?

The actual file name is in fact lanes/core.[dll|so]. Lua manual explains how require looks for modules and should clarify things for you.