Expand description
The sole purpose of the unix module is to hook pthread_create to ensure an alternate stack is installed for every native thread in case of a stack overflow. This doesn’t apply to MacOS as it uses exception ports, which are always delivered to a specific thread owned by the exception handler