Skip to content

Commit

Permalink
Run on top level executor
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Dec 4, 2024
1 parent c39b18a commit 29ff1c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ private[consumer] final class Runloop private (
streamControl.offerRecords(builder.result())
}
}
.fork
.fork
.onExecutor(topLevelExecutor)
} yield fulfillResult
}
}
Expand Down

0 comments on commit 29ff1c2

Please sign in to comment.