| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static <T> ContextLocal<T> |
Osgl.contextLocal() |
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() |
<T> ContextLocal<T> |
ContextLocal.Factory.create(ContextLocal.InitialValueProvider<T> ivp) |
Copyright © 2017. All Rights Reserved.