- java.lang.Object
-
- com.aoapps.lang.concurrent.ThreadLocalRunnable
-
- All Implemented Interfaces:
Runnable
public class ThreadLocalRunnable extends Object implements Runnable
Copies a ThreadLocal value from the current thread onto the thread that runs the provided runnable.- See Also:
ThreadLocal
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalRunnable(Runnable task, ThreadLocal<?> threadLocal)
-
-
-
Constructor Detail
-
ThreadLocalRunnable
public ThreadLocalRunnable(Runnable task, ThreadLocal<?> threadLocal)
-
-