Files
browser/src
Karl Seguin 6e729131ed Mutex for Isolate.Terminate
Improvement to https://github.com/lightpanda-io/browser/pull/2246

In that PR, the check for `v8__Isolate__IsExecutionTerminating` guarded
runMicrotasks from running when the execution was terminated, but what if
termination happens immediately after?  This adds a mutex to ensure that the
isolate cannot be terminated while microtasks are being processed.
2026-04-27 11:10:38 +08:00
..
2026-04-27 11:10:38 +08:00
2026-04-25 13:22:41 +08:00
2026-04-22 08:42:18 +08:00
2026-04-25 13:22:41 +08:00
2026-04-23 15:48:13 +08:00
2026-04-25 13:22:41 +08:00
2026-04-20 17:13:06 +08:00
2026-04-23 16:21:56 +08:00
2026-04-10 06:51:10 +08:00
2026-04-22 08:42:18 +08:00
2026-04-22 08:42:18 +08:00
2026-04-23 15:48:13 +08:00
2026-04-24 12:40:25 +01:00
2026-01-24 07:59:41 +08:00