v14.2.0 release ready

This commit is contained in:
2020-03-14 09:12:00 -04:00
parent 6039d6bf29
commit 801c9e71d8
4 changed files with 58 additions and 31 deletions
+8 -15
View File
@@ -1,27 +1,20 @@
# multi Version: 14.2.0 Documentation Complete!
# Multi Version: 14.2.0 Documentation Complete, Bloat removed!
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.
My multitasking library for lua. It is a pure lua binding, with exceptions of the integrations and the love2d compat. If you find any bugs or have any issues, please [let me know](https://github.com/rayaman/multi/issues) and I'll look into it!.
INSTALLING
----------
Links to dependicies:
[net](https://github.com/rayaman/net)
[lanes](https://github.com/LuaLanes/lanes)
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!
**or** use luarocks
**or** use luarocks `luarocks install multi`
~~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 (If planning on using the networkManager)
```
Going forward I will include a Release zip for love2d.
**The Network Manager rework is currently being worked on and the old version is not included in this version.**
Discord
-------
@@ -30,10 +23,10 @@ https://discord.gg/U8UspuA</br>
Planned features/TODO
---------------------
- [ ] Finish Documentation
- [x] ~~Finish Documentation~~ Finished
- [ ] Network Parallelism rework
Usage:</br>
Usage: [Check out the documentation for more info](https://github.com/rayaman/multi/blob/master/Documentation.md)</br>
-----
```lua
local multi, thread = require("multi").init()
@@ -54,4 +47,4 @@ end
Known Bugs/Issues
-----------------
Check the Issue tab for issues
Check the [Issues tab](https://github.com/rayaman/multi/issues) for issues