Uses of Interface
org.bsc.async.AsyncGenerator.IsCancellable
Packages that use AsyncGenerator.IsCancellable
-
Uses of AsyncGenerator.IsCancellable in org.bsc.async
Subinterfaces of AsyncGenerator.IsCancellable in org.bsc.asyncClasses in org.bsc.async that implement AsyncGenerator.IsCancellableModifier and TypeClassDescriptionstatic class
static class
An asynchronous generator decorator that allows to generators composition embedding other generators.static class
An asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.static class
Inner class to generate asynchronous elements from the queue. -
Uses of AsyncGenerator.IsCancellable in org.bsc.async.internal.reactive
Classes in org.bsc.async.internal.reactive that implement AsyncGenerator.IsCancellableModifier and TypeClassDescriptionclass
Represents a subscriber for generating asynchronous data streams.