Keep the sleep version
Compare changes
+ 1
− 1
@@ -3,7 +3,7 @@
But after a long research time I was able to make my Minitalk work on MacOS by using the **sa_flags** `SA_SIGINFO | SA_RESTART | SA_NODEFER` instead of `SA_SIGINFO`. So my two implementation are perfectly working, and I kept the one whithout sleep for performances reasons. My work with sleep still exist on the `with-sleep` branch.
But after a long research time I was able to make my Minitalk work on MacOS by using the **sa_flags** `SA_SIGINFO | SA_RESTART | SA_NODEFER` instead of `SA_SIGINFO`. So my two implementation are perfectly working, and I kept the one with sleep. My work whithout sleep still exist on the `nosleep` branch.