Catching signals with D

Matej Nanut matejnanut at gmail.com
Sat Dec 24 05:37:49 PST 2011


@Heywood Floyd: that works, but what exactly am I permitted to use inside
the handler, as I assume it's a C function? This might be a useless
question as non-atomic operations touching global data aren't supposed to
be in signal handlers, but I'm still interested to know.

@Alex Rønne Petersen: what exactly is
https://github.com/D-Programming-Language/druntime/blob/master/src/core/sys/posix/signal.d?
I don't see it mentioned anywhere on dlang.org? :/ I'm still new to all
this stuff. When programming in C, everything I ever needed was in the
default repositories of my Linux distribution, so I neved needed to worry
about anything. :)

Thanks,
Matej
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20111224/f5cda2d3/attachment.html>


More information about the Digitalmars-d-learn mailing list