V15.3.0 #46

Merged
rayaman merged 85 commits from v15.3.0 into network_parallelism_test_branch 2022-06-11 23:41:07 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8da4c4c1de - Show all commits

View File

@ -3,6 +3,7 @@
- All objects now use connections internally - All objects now use connections internally
- Connections now about 23x faster! - Connections now about 23x faster!
- Updated getTasksDetails() to handle the new method of managing threads and processors - Updated getTasksDetails() to handle the new method of managing threads and processors
- Made lanes optional, install separately if needed
Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and someone will look into it! Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and someone will look into it!
@ -21,7 +22,7 @@ Link to dependencies:
[lanes](https://github.com/LuaLanes/lanes) [lanes](https://github.com/LuaLanes/lanes)
To install copy the multi folder into your environment and you are good to go</br> To install copy the multi folder into your environment and you are good to go</br>
If you want to use the system threads, then you'll need to install lanes! If you want to use the system threads, then you'll need to install lanes or love2d game engine!
**or** use luarocks `luarocks install multi` **or** use luarocks `luarocks install multi`
Discord Discord

View File

@ -14,8 +14,7 @@ description = {
license = "MIT" license = "MIT"
} }
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1"
"lanes",
} }
build = { build = {
type = "builtin", type = "builtin",