Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 27, 2023
1 parent 9f0f61e commit 892bb48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kyo-core/shared/src/main/scala/kyo/concurrent/hubs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import kyo.concurrent.fibers._
import kyo.concurrent.channels._
import java.util.concurrent.ConcurrentSkipListSet
import java.util.concurrent.CopyOnWriteArraySet
import Flat.unsafe._

object hubs {

Expand All @@ -30,7 +31,7 @@ object hubs {
}
loop()
}.map { fiber =>
new Hub(ch, fiber, listeners)
new Hub(ch, fiber, listeners)(f)
}
}
}
Expand Down

0 comments on commit 892bb48

Please sign in to comment.