Registry / utility / cats-effect-kernel-3

cats-effect-kernel-3

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_3</artifactId> <version>3.7.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-KERNEL
C
cats-effect-kernel-3
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

Creates a simple IO instance and runs it synchronously.

import cats.effect.IO; public class Example { public static void main(String[] args) { IO<String> result = IO.pure("Hello, Cats Effect!"); System.out.println(result.unsafeRunSync()); } }
Debug
Known issues
gotchaScala 3 version may have different syntax and compatibility compared to Scala 2.
fix
Ensure your project uses Scala 3 and the correct cats-effect version.
affects: 3.x
Upgrade
Version history
3.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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