Re: [NEW API Proposal] TSThreadCreateWithSignalling

2020-03-04 Thread Alan Carroll
This seems reasonable and there's no apparent opposition, I think we should proceed. On Fri, Feb 28, 2020 at 2:21 PM Fei Deng wrote: > Recently while dealing with shutdown crashes related to plugins, I found a > way to have individual threads process signals with their own signal > handlers. Aft

[NEW API Proposal] TSThreadCreateWithSignalling

2020-02-28 Thread Fei Deng
Recently while dealing with shutdown crashes related to plugins, I found a way to have individual threads process signals with their own signal handlers. After discussing with Alan, we agreed on that this might be too much freedom to open to people since signal handling is really tricky to do corre