Registry / utility / monix-2-11

monix-2-11

JSON →
library3.3.0javamavenunverified

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

<dependency> <groupId>io.monix</groupId> <artifactId>monix_2.11</artifactId> <version>3.3.0</version> </dependency>
INSTALL
IMPORT
SIG · MONIX-2-11
M
monix-2-11
utilityjavav3.3.0
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 asynchronously.

import monix.eval.Task import monix.execution.Scheduler.Implicits.global object Main extends App { val task = Task { 1 + 1 } task.runAsync.foreach(println) }
Debug
Known issues
breakingScala 2.11 is outdated; consider using Scala 2.12/2.13 or 3.x.
fix
Use monix_2.12 or monix_2.13 for newer Scala versions.
affects: 3.3.0
Upgrade
Version history
3.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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