| Interface | Description |
|---|---|
| FutureStreamAsyncPublisher<T> |
Reactive Streams publisher that uses a separate thread (non-calling thread) to publish on
|
| FutureStreamSynchronousPublisher<T> |
Reactive Streams publisher, that publishes on the calling thread
|
| Class | Description |
|---|---|
| FutureStreamSubscriber<T> |
Create a LazyFutureStream Subscriber
to use
|
| JDKReactiveStreamsPublisher<T> |
ReactiveStreams publisher for standard Java 8 Stream implementations including
java.util.stream.Stream
jool.Seq
cyclops.SequenceM
This provides both Asynchronous (external thread) and Synchronous (calling thread) publishing
|
| JDKReactiveStreamsSubscriber<T> |
ReactiveStreams subscriber for standard Java 8 Stream implementations including
|