https://issues.dlang.org/show_bug.cgi?id=21066
--- Comment #2 from FeepingCreature <[email protected]> --- Readable version: > A signal may be process-directed or thread-directed. [...] > A thread-directed signal is one that is targeted at a specific thread. A > signal may be > thread-directed because it was generated as a consequence of executing a > specific > A machine-language instruction that triggered a hardware exception (e.g., > SIGSEGV for > an invalid memory access, or SIGFPE for a math error) --
