tlsomers / scala-suspendable   0.1.1

GitHub

A scala 3 library for suspendable coroutines with ADT-based effects. Functions similarly to Free monads but is interpreted by extracting the next effect and continuation instead of embeddig.

Scala versions: 3.x

suspendable 0.1.1


Group ID:
com.tomtrein
Artifact ID:
suspendable_3
Version:
0.1.1
Release Date:
Jan 5, 2022
Licenses:
Files:

libraryDependencies += "com.tomtrein" %% "suspendable" % "0.1.1"

Mill build tool

ivy"com.tomtrein::suspendable:0.1.1"

Scala CLI

//> using dep "com.tomtrein::suspendable:0.1.1"

Ammonite REPL

import $ivy.`com.tomtrein::suspendable:0.1.1`

<dependency>
  <groupId>com.tomtrein</groupId>
  <artifactId>suspendable_3</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'com.tomtrein', name: 'suspendable_3', version: '0.1.1'