mirror of
https://github.com/kepler155c/opus
synced 2025-07-01 01:23:15 +00:00
reduce coroutine creation
This commit is contained in:
parent
d5896ca873
commit
9c43a261a8
@ -108,7 +108,9 @@ function Event.off(h)
|
|||||||
if h and h.event then
|
if h and h.event then
|
||||||
for _,event in pairs(h.event) do
|
for _,event in pairs(h.event) do
|
||||||
local handler = Event.types[event][h.uid]
|
local handler = Event.types[event][h.uid]
|
||||||
|
if handler then
|
||||||
handler:terminate()
|
handler:terminate()
|
||||||
|
end
|
||||||
Event.types[event][h.uid] = nil
|
Event.types[event][h.uid] = nil
|
||||||
end
|
end
|
||||||
elseif h and h.co then
|
elseif h and h.co then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user