pjfanning commented on code in PR #1027:
URL: https://github.com/apache/incubator-pekko/pull/1027#discussion_r1463033945


##########
actor/src/main/scala/org/apache/pekko/dispatch/ThreadPoolBuilder.scala:
##########
@@ -173,19 +173,23 @@ object MonitorableThreadFactory {
   val doNothing: Thread.UncaughtExceptionHandler =
     new Thread.UncaughtExceptionHandler() { def uncaughtException(thread: 
Thread, cause: Throwable) = () }
 
+  private[pekko] class PekkoManagedBlocker[T](thunk: => T)

Review Comment:
   private code is more efficient - I don't see the point in making it package 
private unless it needs to be



-- 
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