Skip to content

Commit

Permalink
Mask interop.flow.StreamSubscription.run
Browse files Browse the repository at this point in the history
  • Loading branch information
BalmungSan committed Feb 12, 2024
1 parent cc69ced commit 54171b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ private[flow] final class StreamSubscription[F[_], A] private (
// if we were externally canceled, this is handled below
F.unit
}
.mask

val cancellation = F.asyncCheckAttempt[Unit] { cb =>
F.delay {
Expand Down

0 comments on commit 54171b2

Please sign in to comment.