documentation edit
This commit is contained in:
parent
dee687f4b1
commit
5ef2e0610c
@ -211,7 +211,6 @@ loop:SetTime(3)
|
|||||||
multi:newAlarm(2):OnRing(function()
|
multi:newAlarm(2):OnRing(function()
|
||||||
-- some condition that leads to resolving the timer
|
-- some condition that leads to resolving the timer
|
||||||
loop:ResolveTimer(true,"We good")
|
loop:ResolveTimer(true,"We good")
|
||||||
|
|
||||||
multi:newAlarm(2):OnRing(function()
|
multi:newAlarm(2):OnRing(function()
|
||||||
loop:SetTime(2)
|
loop:SetTime(2)
|
||||||
end)
|
end)
|
||||||
@ -239,7 +238,7 @@ end,true)
|
|||||||
print(func(5))
|
print(func(5))
|
||||||
print(func(0))
|
print(func(0))
|
||||||
-- You actually do not need the light/mainloop or any runner for threaded functions to work
|
-- You actually do not need the light/mainloop or any runner for threaded functions to work
|
||||||
--multi:lightloop()
|
-- multi:lightloop()
|
||||||
```
|
```
|
||||||
|
|
||||||
# Semi-Actors: scheduleJob
|
# Semi-Actors: scheduleJob
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user