-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
ThreadPoolHelp.Builder
.cached()
.name("mythread-name")
.builder()
.execute(new Runnable() {
@OverRide
public void run() {
System.out.println("=====" +Thread.currentThread().getName());
The expected result is::=====mythread-name
The actual result is:=====pool-1-thread-1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels