mirror of
https://github.com/danog/amp.git
synced 2024-11-26 20:15:00 +01:00
Ignore unreference() during garbage collection in Loop::set()
This commit is contained in:
parent
b498a6bb3b
commit
321ed31bfc
@ -46,6 +46,10 @@ final class Loop {
|
|||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function unreference(string $watcherId) {
|
||||||
|
// ignore
|
||||||
|
}
|
||||||
|
|
||||||
public function getHandle() {
|
public function getHandle() {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user