InheritableThreadLocal(Supplier<T>)

Michael Nascimento misterm at gmail.com
Fri Jan 4 10:17:56 PST 2013


Hi guys,

Busy afternoon. As I change my source code here to use as much of
lambda as possible, I realized there is a ThreadLocal(Supplier<T>)
constructor, but not an InheritableThreadLocal(Supplier<T>) one. Can
it be added?

Regards,
Michael


More information about the lambda-dev mailing list