Almost done with testing, minor changes

This commit is contained in:
2020-02-19 12:32:41 -05:00
parent 1f38b4dcb6
commit 500734d0db
6 changed files with 147 additions and 39 deletions
+11 -5
View File
@@ -1,6 +1,6 @@
# multi Version: 14.1.0 System threaded functions (See changes.md)
# multi Version: 14.1.0 System threaded functions and more? (See changes.md for detailed changes)
Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and ill look into it!
Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and I'll look into it!
My multitasking library for lua. It is a pure lua binding, if you ignore the integrations and the love2d compat. If you find any bugs or have any issues, please let me know.
@@ -15,13 +15,13 @@ To install copy the multi folder into your environment and you are good to go</b
If you want to use the system threads, then you'll need to install lanes!
**or** use luarocks
Because of a codependency in net libaray, if using the networkmanager you will need to install the net library sepertly
~~Because of a codependency in net libaray, if using the networkmanager you will need to install the net library sepertly~~ The networkManager is currently being reworked. As of right now the net library is not required.
Going forward I will include a Release zip for love2d. I do not know why I haven't done this yet
**The Network Manager rework is currently being worked on and the old version is not included in this version. It will be released in 15.0.0**
```
luarocks install multi
luarocks install lnet
luarocks install lnet (If planning on using the networkManager)
```
Discord
@@ -44,7 +44,13 @@ mutli:newThread("Example",function()
print("Hello!")
end
end)
multi:mainloop()
multi:lightloop()
--multi:mainloop()
--[[
while true do
multi:uManager()
end
]]
```
Known Bugs/Issues