We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1402107 commit a7a3221Copy full SHA for a7a3221
changelog/posix_gc_signals.dd
@@ -0,0 +1,8 @@
1
+Posix (excl. Darwin): Switch default GC signals from SIGUSR1/2 to SIGRTMIN/SIGRTMIN+1
2
+
3
+As the SIGUSR ones might be used by 'system' libraries (e.g., Android
4
+Dalvik VM or LLVM libFuzzer), while the SIGRT ones are reserved for
5
+user-defined purposes and less likely to collide.
6
7
+The used signals can still be customized with an early call to
8
+`core.thread.osthread.thread_setGCSignals()`.
0 commit comments