mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-09-03 18:30:23 +00:00
Pogress
- Still a problem, getting obscolete calls after a garbage collect where i should not get them ...
This commit is contained in:
+11
-2
@@ -19,6 +19,15 @@
|
||||
|
||||
local TestScheduler = SCHEDULER:New( nil,
|
||||
function()
|
||||
BASE:E( "Hello World")
|
||||
BASE:E( "Hello World 1")
|
||||
end, {}, 1
|
||||
)
|
||||
)
|
||||
|
||||
SCHEDULER:New( nil,
|
||||
function()
|
||||
BASE:E( "Hello World 2")
|
||||
end, {}, 2
|
||||
)
|
||||
|
||||
collectgarbage()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user