ThreadDebugger icon indicating copy to clipboard operation
ThreadDebugger copied to clipboard

Threads monitor and the thread pool factory.

Results 3 ThreadDebugger issues
Sort by recently updated
recently updated
newest added

java.lang.ArrayIndexOutOfBoundsException length=0; index=0 cn.dreamtobe.threadpool.RealExecutor.void afterExecute(java.lang.Runnable,java.lang.Throwable)(SourceFile:65) the nameArray may be empty.

length=0; index=0 cn.dreamtobe.threadpool.RealExecutor.void beforeExecute(java.lang.Thread,java.lang.Runnable)(SourceFile:49) have java.lang.ArrayIndexOutOfBoundsException

库写的很好,学习了,请教下 newExceedCallerRunsPool newExceedCallImmediatelyPool 的使用场景区别, 看了文档,还没很明白,谢谢。

question