Package com.kuka.common.concurrent

Classes in this package are thread safe helpers and base classes for concurrent tasks.

See:
          Description

Interface Summary
IWaitToken Interface providing methods to wait for and query a finished state.
 

Class Summary
BarrierReference<V> An object reference, where threads can wait for changes.
ConcurrentUtil Utility class for concurrency related methods.
CountDownBarrier  
CountDownLatchWaitToken Publishable (immutable) wait token for a CountDownLatch.
EventLatch A synchronization aid that works like a CountDownLatch set to an initial count of 1.
PreemptiveLock A reentrant lock class that allows to preempt and interrupt threads waiting for this lock.
SetResetBarrier A synchronization aid that keeps two states, each of which can be waited upon.
 

Package com.kuka.common.concurrent Description

Classes in this package are thread safe helpers and base classes for concurrent tasks.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.