Commit 5ac626c
Bump JsRuntimeHost to fix WorkQueue destructor deadlock (#1654)
Bump JsRuntimeHost to include the fix for a race condition in
WorkQueue::~WorkQueue() where cancel() + notify_all() could miss
condition_variable::wait(), causing a deadlock on thread join during
shutdown.
See BabylonJS/JsRuntimeHost#147 for full details and threading diagrams.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 887a044 commit 5ac626c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments