| Modifier and Type | Class and Description |
|---|---|
class |
SingleThreadContext
Single threaded context.
|
class |
ThreadPoolContext
Thread pool context.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadContext |
ThreadContext.currentContext()
Returns the current thread context.
|
static ThreadContext |
ThreadContext.currentContextOrThrow() |
ThreadContext |
CatalystThread.getContext()
Returns the thread context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalystThread.setContext(ThreadContext context)
Sets the thread context.
|
Copyright © 2013–2016. All rights reserved.