Package | Description |
---|---|
org.osgl | |
org.osgl.concurrent |
Modifier and Type | Method and Description |
---|---|
static <T> ContextLocal<T> |
Osgl.contextLocal(ContextLocal.InitialValueProvider<T> ivp) |
Modifier and Type | Class and Description |
---|---|
class |
ContextLocalBase<T> |
class |
JDKThreadLocal<T>
Implement
ContextLocal using JDK ThreadLocal |
Modifier and Type | Method and Description |
---|---|
<T> ContextLocal<T> |
ContextLocal.Factory.create(ContextLocal.InitialValueProvider<T> ivp) |
Constructor and Description |
---|
ContextLocalBase(ContextLocal.InitialValueProvider<T> ivp) |
JDKThreadLocal(ContextLocal.InitialValueProvider<T> ivp) |
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.