Registry / utility / monix-2-12

monix-2-12

JSON →
library3.4.1javamavenunverified

Root project for Monix, a library for asynchronous programming in Scala.

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

Creates and runs a simple Task that computes 1+1.

import monix.eval.Task import monix.execution.Scheduler.Implicits.global object Main extends App { val task = Task { 1 + 1 } task.runToFuture.foreach(println) }
Debug
Known issues
breakingMonix 3.x uses Scala 2.12; ensure compatibility with your Scala version.
fix
Use the correct artifact for your Scala version (e.g., monix_2.13).
affects: 3.x
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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