mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Typo in changes.md
This commit is contained in:
@@ -60,6 +60,13 @@ Table of contents
|
|||||||
|
|
||||||
# Update 16.0.0 - Getting the priorities straight
|
# Update 16.0.0 - Getting the priorities straight
|
||||||
|
|
||||||
|
Full Update Showcase
|
||||||
|
---
|
||||||
|
```lua
|
||||||
|
multi, thread = require("multi"):init{print=true}
|
||||||
|
GLOBAL, THREAD = require("multi.integration.lanesManager"):init()
|
||||||
|
```
|
||||||
|
|
||||||
## Added New Integration: **priorityManager**
|
## Added New Integration: **priorityManager**
|
||||||
|
|
||||||
Allows the user to have multi auto set priorities (Requires chronos). Also adds the functionality to create your own runners (multi:mainloop(), multi:umanager()) that you can set using the priority manager. Even if you do not have `chronos` installed all other features will still work!
|
Allows the user to have multi auto set priorities (Requires chronos). Also adds the functionality to create your own runners (multi:mainloop(), multi:umanager()) that you can set using the priority manager. Even if you do not have `chronos` installed all other features will still work!
|
||||||
|
|||||||
Reference in New Issue
Block a user