Registry / utility / cats-effect-kernel-2-12

cats-effect-kernel-2-12

JSON →
library3.7.0javamavenunverified

Core abstractions for asynchronous and concurrent programming in Scala using cats-effect.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect-kernel_2.12</artifactId> <version>3.7.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-KERNEL
C
cats-effect-kernel-2-12
utilityjavav3.7.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.

IO
cats.effect.IO

Minimal usage of cats-effect-kernel

import cats.effect.IO object Example extends App { val program: IO[Unit] = IO.println("Hello, Cats Effect!") program.unsafeRunSync() }
Debug
Known issues
breakingVersion 3.x has breaking changes from 2.x; ensure compatibility with your Scala version (2.12).
fix
Use cats-effect 2.x if migrating from older code, or update to Scala 2.13/3.
affects: >=3.0.0
Upgrade
Version history
3.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
cats-effect-kernel-2-12 — mvn dependency:get cats-effect-kernel-2-12 · libregistry