This commit is contained in:
Alistair Smith
2025-06-04 00:15:40 -07:00
parent 50e8d6cf03
commit ba43ff4159

View File

@@ -692,7 +692,7 @@ const WebWorkerLifecycleHandle = struct {
return;
};
this.worker = null;
worker.WebWorker__notifyNeedTermination();
worker.notifyNeedTermination();
this.mutex.unlock();
worker.deref();
}