| Interface | Description |
|---|---|
| Synchronized | |
| ThreadSafe |
Marker interface to indicate that a subtype of it is thread safe to use.
|
| Class | Description |
|---|---|
| Threaded<E> |
Thread local context class that maintains Thread-to-instance associations. |
| ThreadedInstantiating<E> |
Extended
Threaded class that wraps a Instantiator instance to automatically create a new
instance of type E to be associated with the current Thread if Threaded.get() could not find an
existing association for it. |
| XThreads |
Copyright © 2022 MicroStream Software. All rights reserved.