Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csighandler3: forward signals to the main thread if not a perl thread
This is only done for pthreads, Win32 already uses something like my suggestion from Perl#22530 and unlike POSIX doesn't have a way to asynchronously interrupt a thread that I'm aware of. It's also complicated by pseudo-processes. Fixes Perl#22487
- Loading branch information