Package one.microstream.concurrency
-
Interface Summary Interface Description Synchronized ThreadSafe Marker interface to indicate that a subtype of it is thread safe to use. -
Class Summary Class Description Threaded<E> Thread
local context class that maintains Thread-to-instance associations.ThreadedInstantiating<E> ExtendedThreaded
class that wraps aInstantiator
instance to automatically create a new instance of type E to be associated with the currentThread
ifThreaded.get()
could not find an existing association for it.XThreads