Registry / utility / scalaz-concurrent-2-10

scalaz-concurrent-2-10

JSON →
library7.2.30javamavenunverified

Concurrent programming abstractions (Future, Task, etc.) from the Scalaz library for Scala 2.10.

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

Demonstrates creating and running a Scalaz Task.

import scalaz.concurrent.Task object Example extends App { val task = Task.now(42) println(task.unsafePerformSync) }
Debug
Known issues
breakingScala 2.10 is end-of-life; consider upgrading to Scala 2.12/2.13.
fix
Use a newer Scala version and corresponding scalaz artifact.
affects: <=7.2.30
Upgrade
Version history
7.2.30latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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