Registry / utility / monix-eval-2-12

monix-eval-2-12

JSON →
library3.4.1javamavenunverified

Sub-module of Monix, exposing Task and Coeval for suspending side-effects.

<dependency> <groupId>io.monix</groupId> <artifactId>monix-eval_2.12</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · MONIX-EVAL-2-12
M
monix-eval-2-12
utilityjavav3.4.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.

Task
monix.eval.Task

Create and run a Task that computes a value.

import monix.eval.Task import monix.execution.Scheduler.Implicits.global val task = Task { 1 + 1 } task.runToFuture.foreach(println)
Debug
Known issues
breakingMonix 3.x requires Scala 2.12, 2.13, or 3.x; ensure correct artifact suffix (_2.12).
fix
Use the artifact matching your Scala version (e.g., monix-eval_2.13 for Scala 2.13).
affects: >=3.0.0
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
monix-eval-2-12 — mvn dependency:get monix-eval-2-12 · libregistry