LuaLanes / lanes

Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.4.
Other
465 stars 96 forks source link

module 'lanes.core' not found #211

Closed MrLuer closed 2 years ago

MrLuer commented 2 years ago

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

benoit-germain commented 2 years ago

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.