updated
This commit is contained in:
parent
ab8f227f71
commit
b9928ea8a0
@ -4,11 +4,17 @@ Update 14.1.0 Bug Fixes and a change
|
|||||||
-------------
|
-------------
|
||||||
# Added:
|
# Added:
|
||||||
- multi:scheduleJob(time,func)
|
- multi:scheduleJob(time,func)
|
||||||
|
|
||||||
-- time.min -- Minute a value of (0-59)
|
-- time.min -- Minute a value of (0-59)
|
||||||
|
|
||||||
-- time.hour -- Hour a value of (0-23)
|
-- time.hour -- Hour a value of (0-23)
|
||||||
|
|
||||||
-- time.day -- Day of month a value of (1-31)
|
-- time.day -- Day of month a value of (1-31)
|
||||||
|
|
||||||
-- time.wday -- Weekday a value of (0-6)
|
-- time.wday -- Weekday a value of (0-6)
|
||||||
|
|
||||||
-- time.month -- Month a value of (1-12)
|
-- time.month -- Month a value of (1-12)
|
||||||
|
|
||||||
**Usage**
|
**Usage**
|
||||||
```lua
|
```lua
|
||||||
local multi,thread = require("multi"):init()
|
local multi,thread = require("multi"):init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user