LuaLanes / lanes

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

module 'lanes.core' not found #211

Closed MrLuer closed 1 year ago

MrLuer commented 1 year ago

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

benoit-germain commented 1 year 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.