Commit Graph

2 Commits

Author SHA1 Message Date
Timothy Redaelli
96d98fd3ab Use _Exit instead of exit under Linux
The best ExitProcess alternative for Linux is _Exit since it doesn't
call exit handlers.

This fixes also #178 since, with exit, it aborts due to some std::threads
not correctly joined.
2022-09-08 11:06:52 +02:00
bitscher
a3b1af4e3d
Add SIGINT handler on posix systems (#145) 2022-09-02 09:32:33 +02:00