- Still a problem, getting obscolete calls after a garbage collect where
i should not get them ...
This commit is contained in:
FlightControl
2016-12-13 12:10:12 +01:00
parent 6c6b26e33e
commit 152c8a986d
8 changed files with 100 additions and 17 deletions
@@ -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()