Streaming from an async iter, and I have forked it in a scope. However, the scope will not close, even when I manually create a scope, use forkIn and call Scope.close(scope, Exit.void) - is there something I'm not getting here? Is there a way to "interrupt" a scope to force it to close?