Skip to content

Commit

Permalink
fix OurIORuntime
Browse files Browse the repository at this point in the history
  • Loading branch information
Zschimmer committed Apr 19, 2024
1 parent 7d0817e commit 052debf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ object OurIORuntime:
val blockingLabel = s"$label-blocking"

for
_ <- Resource(F.delay:
logger.debug(s"↘ IORuntime »$label« created · $threads threads ↘") ->
F.delay(logger.debug(s"↙ IORuntime »$label« destroyed ↙")))
pair <-
Resource.eval(F.delay:
computeExecutor match
Expand Down

0 comments on commit 052debf

Please sign in to comment.