Package org.apache.groovy.runtime.async
package org.apache.groovy.runtime.async
-
ClassesClassDescriptionInternal runtime support for the
async/await/deferlanguage features.Default lock-based implementation ofAsyncChannel.Default implementation ofAsyncScopeproviding structured concurrency with configurable failure policy.Adapter forFlow.Publisher, the JDK's built-in Reactive Streams type.A producer/consumer bridge for async generators (yield return).DefaultAwaitableimplementation backed by aCompletableFuture.