Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsilaev/tascalate-javaflow-extras
Continuations / CoRoutines for Java 1.8 - Java 17. This library is an add-on to Tascalate Javaflow continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.
https://github.com/vsilaev/tascalate-javaflow-extras
bytecode-instrumentation bytecode-manipulation bytecode-rewriter continuation coroutine coroutine-framework coroutine-library coroutines instrumentation instrumentation-agent jakarta-commons-javaflow java java-8 java-agent java-library java8 javaflow-instrumentation
Last synced: about 1 month ago
JSON representation
Continuations / CoRoutines for Java 1.8 - Java 17. This library is an add-on to Tascalate Javaflow continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.
- Host: GitHub
- URL: https://github.com/vsilaev/tascalate-javaflow-extras
- Owner: vsilaev
- License: bsd-2-clause
- Created: 2018-08-20T09:07:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T16:25:55.000Z (over 2 years ago)
- Last Synced: 2024-10-30T04:55:46.569Z (3 months ago)
- Topics: bytecode-instrumentation, bytecode-manipulation, bytecode-rewriter, continuation, coroutine, coroutine-framework, coroutine-library, coroutines, instrumentation, instrumentation-agent, jakarta-commons-javaflow, java, java-8, java-agent, java-library, java8, javaflow-instrumentation
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Maven Central](https://img.shields.io/maven-central/v/net.tascalate.javaflow/net.tascalate.javaflow.extras.svg)](https://search.maven.org/artifact/net.tascalate.javaflow/net.tascalate.javaflow.extras/2.4.3/jar) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-javaflow-extras.svg)](https://github.com/vsilaev/tascalate-javaflow-extras/releases/tag/2.4.3) [![license](https://img.shields.io/github/license/vsilaev/tascalate-javaflow-extras.svg)](https://github.com/vsilaev/tascalate-javaflow-extras/blob/master/LICENSE)
# Tascalate JavaFlow Extras
Continuations / CoRoutines for Java 8+. This library is an add-on to [Tascalate Javaflow](https://github.com/vsilaev/tascalate-javaflow) continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.Starting from version 2.4.0 the library is shipped as a multi-release JAR that may be used as a module with Java 9 and above.