Re: More useful structured concurrency stack traces

2024-07-11 Thread Louis Wasserman
Moved to loom-dev; core-libs-dev to bcc. On Tue, Jul 9, 2024 at 12:10 PM Alan Bateman wrote: > Probably best to bring this to loom-dev as there have been some > exploration into but where we decided not to expose any APIs at this time. > > -Alan > > On 09/07/2024 19:50, Louis Wasserman wrote: >

Re: More useful structured concurrency stack traces

2024-07-09 Thread Alan Bateman
Probably best to bring this to loom-dev as there have been some exploration into but where we decided not to expose any APIs at this time. -Alan On 09/07/2024 19:50, Louis Wasserman wrote: My understanding of the structured concurrency APIs now in preview is that when a subtask is forked, exce

More useful structured concurrency stack traces

2024-07-09 Thread Louis Wasserman
My understanding of the structured concurrency APIs now in preview is that when a subtask is forked, exceptions thrown in that stack trace will have stack traces going up to the beginning of that subtask, not e.g. up the structured concurrency task tree. (My tests suggest this is the case for simp