[Issue 14601] New: pthread functions aren't marked @nogc
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon May 18 03:59:08 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14601
Issue ID: 14601
Summary: pthread functions aren't marked @nogc
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: blocker
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: aliloko at gmail.com
https://github.com/D-Programming-Language/druntime/blob/e66f03494a13c7ce13bbe4c260ce689682af865e/src/core/sys/posix/pthread.d#L26
That makes it impossible to build any sort of @nogc nothrow synchronization.
--
More information about the Digitalmars-d-bugs
mailing list