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 classstatic classAn asynchronous generator decorator that allows to generators composition embedding other generators.static classAn asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.static classInner 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 TypeClassDescriptionclassRepresents a subscriber for generating asynchronous data streams.