head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.17.20.50.28; author wiz; state Exp; branches; next ; commitid lM2OgJ82SFAr73OG; desc @@ 1.1 log @nodejs24: fix hang on shutdown patch from upstream pull request Bump PKGREVISION. @ text @$NetBSD$ https://github.com/nodejs/node/pull/64283 --- src/node_platform.h.orig 2026-06-23 21:45:00.000000000 +0000 +++ src/node_platform.h @@@@ -266,6 +266,7 @@@@ class NodePlatform : public MultiIsolatePlatform { private: IsolatePlatformDelegate* ForIsolate(v8::Isolate* isolate); std::shared_ptr ForNodeIsolate(v8::Isolate* isolate); + bool FlushForegroundTasksForAllIsolates(); Mutex per_isolate_mutex_; using DelegatePair = std::pair