Package groovy.concurrent

Package groovy.concurrent Description

Structured concurrency abstractions for asynchronous and parallel programming.

Language-facing async types:

Additional high-level primitives: Actor (message-passing), groovy.concurrent.Pool (thread management), and groovy.concurrent.ParallelScope (combined async+parallel). Supports virtual threads (JDK 21+) and fail-fast exception handling. Runtime implementation details live in org.apache.groovy.runtime.async.