All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Awaitable An object performingtimed blocking operation
, such asThread.join(long)
,Object.wait(long)
,ExecutorService.awaitTermination(long, TimeUnit)
etc.Awaitable.AwaitInterruptedException AnInterruptedException
that contains results ofAwaitable operations
passed to one ofawaitMultipe(...) functions
that was interrupted.Awaitable.Entry<T> Awaitable.WithUnit A more precise and flexibleAwaitable
.ConcurrentUtils Various concurrent utility functions.NoCopyByteArrayOutputStream AByteArrayOutputStream
that allows to directlyaccess its underlying buffer
after the stream was closed.OrderedConcurrentOutputBuffer<MessageT> Buffers messages until all of those that should be written before to the output are available, so that they all will be written in the correct order.OrderedConcurrentOutputBuffer.OutputStream<MessageT>