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