Nested fork causes fiber interrupt
I was playing with nested forks, but at some point I encountered fiber interruption.
My code:
program output:
It was unexpected for me, I just forked inside fork, without joining it. I wasn't able to find explanation of this in the Effect docs.
Is this behavior actually expected?
My code:
program output:
It was unexpected for me, I just forked inside fork, without joining it. I wasn't able to find explanation of this in the Effect docs.
Is this behavior actually expected?
