pjfanning commented on code in PR #2518:
URL: https://github.com/apache/pekko/pull/2518#discussion_r2537883781


##########
actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala:
##########
@@ -23,6 +23,7 @@ import scala.collection.immutable
 import scala.concurrent.{ Await, ExecutionContext, ExecutionContextExecutor, 
Future, Promise }
 import scala.concurrent.blocking
 import scala.concurrent.duration.Duration
+import scala.jdk.DurationConverters._

Review Comment:
   * we need to use pekko util because of Scala 2.12 res in 1.x
   * is this a big win for 1.x?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to