| Name | Description | Type | Package | Framework |
| AbstractFuture | | Class | co.paralleluniverse.strands | Quasar |
|
| AbstractOwnableSynchronizer | A synchronizer that may be exclusively owned by a strand. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| AbstractQueuedLongSynchronizer | A version of AbstractQueuedSynchronizer in which synchronization state is maintained as a long. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| AbstractQueuedSynchronizer | Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| Channel | A message-passing channel. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| ChannelClosedException | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| Channels | A utility class for creating and manipulating channels. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| Channels .OverflowPolicy | Determines how a channel behaves when its internal buffer (if it has one) overflows. | Class | co.paralleluniverse.strands.channels.Channels | Quasar |
|
| CheckedSuspendableCallable | This interface can represent any operation that may suspend the currently executing Strand (i. | Interface | co.paralleluniverse.strands | Quasar |
|
| Condition | | Interface | co.paralleluniverse.strands | Quasar |
|
| ConditionSelector | | Class | co.paralleluniverse.strands | Quasar |
|
| ConditionSynchronizer | | Class | co.paralleluniverse.strands | Quasar |
|
| CountDownLatch | A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| CyclicBarrier | A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| DelegatingReceivePort | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| DelegatingSendPort | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| DoneSynchronizer | | Class | co.paralleluniverse.strands | Quasar |
|
| DoubleChannel | A channel for primitive double messages. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| DoubleReceivePort | A primitive double channel's consumer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| DoubleSendPort | A primitive double channel's producer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| FlatMappingReceivePort | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| FloatChannel | A channel for primitive float messages. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| FloatReceivePort | A primitive float channel's consumer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| FloatSendPort | A primitive float channel's producer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| IntChannel | A channel for primitive int messages. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| IntReceivePort | A primitive int channel's consumer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| IntSendPort | A primitive int channel's producer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| LongChannel | A channel for primitive double messages. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| LongReceivePort | A primitive long channel's consumer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| LongSendPort | A primitive long channel's producer-side interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| Mix | ReceivePort with Mix operations. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| Mix .Mode | Returns the enum constant of this type with the specified name. | Class | co.paralleluniverse.strands.channels.Mix | Quasar |
|
| Mix .SoloEffect | Returns the enum constant of this type with the specified name. | Class | co.paralleluniverse.strands.channels.Mix | Quasar |
|
| Mix .State | | Class | co.paralleluniverse.strands.channels.Mix | Quasar |
|
| OwnedSynchronizer | | Class | co.paralleluniverse.strands | Quasar |
|
| Phaser | A reusable synchronization barrier, similar in functionality to but supporting more flexible usage. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| Pipeline | | Class | co.paralleluniverse.strands.channels.transfer | Quasar |
|
| Port | | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| PortAutoCloseable | Closes the channel so that no more messages could be sent to it. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| ProducerException | This exception is thrown by a ReceivePort's receive or tryReceive methods if the channel has been closed with an exception. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueueChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueueDoubleChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueueFloatChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueueIntChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueueLongChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueueObjectChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| QueuePrimitiveChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| ReactiveStreams | | Class | co.paralleluniverse.strands.channels.reactivestreams | Quasar |
|
| ReceivePort | A channel's consumer-side functional interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| ReceivePort .EOFException | | Class | co.paralleluniverse.strands.channels.ReceivePort | Quasar |
|
| ReceivePortGroup | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| ReentrantLock | A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| ReentrantReadWriteLock | An implementation of ReadWriteLock supporting similar semantics to ReentrantLock. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| ReentrantReadWriteLock .ReadLock | The lock returned by method ReentrantReadWriteLock. | Class | co.paralleluniverse.strands.concurrent.ReentrantReadWriteLock | Quasar |
|
| ReentrantReadWriteLock .WriteLock | The lock returned by method ReentrantReadWriteLock. | Class | co.paralleluniverse.strands.concurrent.ReentrantReadWriteLock | Quasar |
|
| Selectable | A channel port that can be used by a Selector. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| SelectAction | A channel operation that is selected by a Selector. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| Selector | Attempts to perform at most one channel operation (send or receive) of a given set. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| SelectReceiveListener | A listener associated with a receive SelectAction, which is called if an only if the associated action has succeeded. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| SelectSendListener | A listener associated with a send SelectAction, which is called if an only if the associated action has succeeded. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| Semaphore | A counting semaphore. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| SendPort | A channel's producer-side functional interface. | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| SettableFuture | | Class | co.paralleluniverse.strands | Quasar |
|
| SimpleConditionSynchronizer | | Class | co.paralleluniverse.strands | Quasar |
|
| SingleConsumerQueueChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| SplitSendPort | SendPort that will send messages it receives to a target SendPort. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| StampedLock | A capability-based lock with three modes for controlling read/write access. | Class | co.paralleluniverse.strands.concurrent | Quasar |
|
| StandardChannel | | Interface | co.paralleluniverse.strands.channels | Quasar |
|
| Strand | | Class | co.paralleluniverse.strands | Quasar |
|
| Strand .State | A strand's running stateStrand created but not started | Class | co.paralleluniverse.strands.Strand | Quasar |
|
| Strand .UncaughtExceptionHandler | When a fiber is about to terminate due to an uncaught exception, the Java Virtual Machine will query the fiber for its | Interface | co.paralleluniverse.strands.Strand | Quasar |
|
| Stranded | | Interface | co.paralleluniverse.strands | Quasar |
|
| StrandFactory | Creates new strnads on demand. | Interface | co.paralleluniverse.strands | Quasar |
|
| StrandFactoryBuilder | Easily creates StrandFactorys. | Class | co.paralleluniverse.strands | Quasar |
|
| StrandLocalRandom | A random number generator isolated to the current thread. | Class | co.paralleluniverse.strands | Quasar |
|
| SuspendableAction1 | throws SuspendExecution, InterruptedException | Interface | co.paralleluniverse.strands | Quasar |
|
| SuspendableAction2 | throws SuspendExecution, InterruptedException | Interface | co.paralleluniverse.strands | Quasar |
|
| SuspendableCallable | This interface can represent any operation that may suspend the currently executing Strand (i. | Interface | co.paralleluniverse.strands | Quasar |
|
| SuspendableRunnable | This interface can represent any operation that may suspend the currently executing Strand (i. | Interface | co.paralleluniverse.strands | Quasar |
|
| SuspendableUtils | | Class | co.paralleluniverse.strands | Quasar |
|
| SuspendableUtils .VoidSuspendableCallable | | Class | co.paralleluniverse.strands.SuspendableUtils | Quasar |
|
| Synchronization | | Interface | co.paralleluniverse.strands | Quasar |
|
| ThreadReceivePort | This class is a simple convenience wrapper around ReceivePort that can be used by threads (as opposed to fibers). | Class | co.paralleluniverse.strands.channels | Quasar |
|
| ThreadSendPort | This class is a simple convenience wrapper around SendPort that can be used by threads (as opposed to fibers). | Class | co.paralleluniverse.strands.channels | Quasar |
|
| TickerChannelConsumer | A ReceivePort which is a view of a ticker channel. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| TickerChannelConsumer .TickerChannelFloatConsumer | | Class | co.paralleluniverse.strands.channels.TickerChannelConsumer | Quasar |
|
| Timeout | Represents a timeout that can span several operations. | Class | co.paralleluniverse.strands | Quasar |
|
| TimeoutChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| Topic | A channel that forwards all messages to subscriber channels. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| TransferChannel | | Class | co.paralleluniverse.strands.channels | Quasar |
|
| TransformingReceivePort | A ReceivePort with additional functional-transform operations, usually wrapping a plain ReceivePort. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| TransformingSendPort | A SendPort with additional functional-transform operations, usually wrapping a plain SendPort. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| Val | A dataflow constant. | Class | co.paralleluniverse.strands.dataflow | Quasar |
|
| ValChannel | An adapter that turns a DelayedVal into a ReceivePort that receives the DelayedVal's value and then closes. | Class | co.paralleluniverse.strands.dataflow | Quasar |
|
| Var | A dataflow variable. | Class | co.paralleluniverse.strands.dataflow | Quasar |
|
| ZippingReceivePort | | Class | co.paralleluniverse.strands.channels | Quasar |