From 6506992bd0e508702077204a16350f2b3f2349bd Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 9 Oct 2024 08:54:42 +0200 Subject: [PATCH] Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46248a3..ced805e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.jox/channels/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.jox/channels) [![javadoc](https://javadoc.io/badge2/com.softwaremill.jox/channels/javadoc.svg)](https://javadoc.io/doc/com.softwaremill.jox/channels) -Modern concurrency for Java 21+ (backed by virtual threads, see [Project Loom](https://openjdk.org/projects/loom/)). +Modern concurrency for Java 21 (backed by virtual threads, see [Project Loom](https://openjdk.org/projects/loom/)). +Requires JDK 21. Includes: * Fast and Scalable Channels in Java. Inspired by the "Fast and Scalable Channels in Kotlin Coroutines"