25 Jan
2023
25 Jan
'23
12:19 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/concurrency.c:
if (pexc->ExceptionRecord->ExceptionCode != CXX_EXCEPTION) return EXCEPTION_CONTINUE_SEARCH;
+ cancel_task_collection(data->task_collection);
There's no need to define cancel_task_collection helper. You can call _StructuredTaskCollection__Cancel here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1979#note_21771