Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.
/ scala-continuations Public archive

the Scala delimited continuations plugin and library

License

Notifications You must be signed in to change notification settings

scala/scala-continuations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17008dc · Jun 22, 2020
Feb 15, 2019
Feb 15, 2019
May 31, 2020
Dec 5, 2013
Dec 3, 2019
Apr 18, 2019
Apr 18, 2019
Jan 22, 2020
Jun 22, 2020
Apr 17, 2020
Sep 20, 2019

Repository files navigation

scala-continuations is a compiler plugin and library for Scala providing support for CPS (continuation-passing style) transformations.

It is no longer maintained. Past releases (for Scala 2.12 and earlier) remain available on Maven Central.

You might also be interested in https://github.com/scala/scala-async, which covers what was once the most common use case for the continuations plugin.