Package groovy.concurrent


package groovy.concurrent
Structured concurrency abstractions for asynchronous and parallel programming.

Language-facing async types:

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