Registry / utility / gpars
library1.2.1javamavenunverified

The Groovy and Java high-level concurrency library offering actors, dataflow, CSP, agents, parallel collections, fork/join and more.

<dependency> <groupId>org.codehaus.gpars</groupId> <artifactId>gpars</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · GPARS
G
gpars
utilityjavav1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Actor
groovyx.gpars.actor.Actor

Creates and uses a simple actor with GPars.

import groovyx.gpars.actor.Actor import groovyx.gpars.actor.DefaultActor class MyActor extends DefaultActor { void act() { loop { react { message -> println "Received: $message" } } } } Actor actor = new MyActor().start() actor.send("Hello")
Debug
Known issues
breakingGPars is no longer actively maintained; consider using Akka or Kotlin coroutines.
fix
Migrate to Akka Typed or Kotlin coroutines for modern concurrency.
affects: >=1.2.1
Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gpars — mvn dependency:get gpars · libregistry