notifyNeedTermination()

This commit is contained in:
Alistair Smith
2025-05-29 18:12:21 -07:00
parent 5326514afc
commit 3e64050b67

View File

@@ -573,6 +573,7 @@ pub fn notifyNeedTermination(this: *WebWorker) callconv(.c) void {
if (this.vm) |vm| {
vm.eventLoop().wakeup();
// TODO(@190n) notifyNeedTermination
vm.jsc.notifyNeedTermination();
}
// TODO(@190n) delete