Registry / utility / scalaz-concurrent-2-11

scalaz-concurrent-2-11

JSON →
library7.2.35javamavenunverified

Provides concurrent programming abstractions such as Task and Promise for functional Scala.

<dependency> <groupId>org.scalaz</groupId> <artifactId>scalaz-concurrent_2.11</artifactId> <version>7.2.35</version> </dependency>
INSTALL
IMPORT
SIG · SCALAZ-CONCURRENT-
S
scalaz-concurrent-2-11
utilityjavav7.2.35
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.

Task
scalaz.concurrent.Task

Minimal usage creating and running a Task.

import scalaz.concurrent.Task object Example { def main(args: Array[String]): Unit = { val task = Task.now("Hello, scalaz!") println(task.unsafePerformSync) } }
Debug
Known issues
gotchaScalaz 7.2.x is outdated; consider migrating to ZIO or Cats Effect.
fix
Upgrade to scalaz 7.3.x or switch to a modern effect system.
affects: <=7.2.35
Upgrade
Version history
7.2.35latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalaz-concurrent-2-11 — mvn dependency:get scalaz-concurrent-2-11 · libregistry