mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
notifyNeedTermination()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user