OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

abort() should only happen once, on the main thread

Open LADSoft opened this issue 2 months ago • 0 comments

if abort is called on a thread (for example as part of an uncaught throw) it should be limited to one abort, and should return to the main thread before processing the exit code.

LADSoft avatar Oct 28 '25 00:10 LADSoft