He-Pin commented on code in PR #1027:
URL: https://github.com/apache/incubator-pekko/pull/1027#discussion_r1463031013
##########
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[pekko] class PekkoForkJoinWorkerThread` is private[pekko] too,
maybe its useful somewhere
--
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]