Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create sigwait() thread when JL_OPTIONS_HANDLE_SIGNALS_OFF (#4…
…8957) We already disable part of the signal-handling machinery, but it seems that this piece was missed for an unknown reason. This is important to disable so that, e.g. `sigwait()` can be received reliably by the main application (which may even be another copy of Julia).
- Loading branch information