https://issues.dlang.org/show_bug.cgi?id=13561
Issue ID: 13561
Summary: enumProcessThreads should be nothrow
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Depends on: 11216
The function enumProcessThreads [1] in core.sys.windows.threadaux should be
nothrow, but it depends on some core.thread functions. Fixing those requires a
workaround/fix for bug 11216.
Once enumProcessThreads is nothrow we can remove this workaround [2].
[1]:
https://github.com/D-Programming-Language/druntime/blob/6e929bc0b8dc29cff18dcf1c5f5866de98d069b3/src/core/sys/windows/threadaux.d#L212
[2]:
https://github.com/D-Programming-Language/druntime/pull/974#issuecomment-57394531
--