From 11a392d19a7bf6ed0a0eeed5aa565c0169b8b9a3 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 24 Jan 2024 20:35:13 +0100 Subject: [PATCH] Add blog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 499e8c0..3b118ff 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ the [Kotlin implementation](https://github.com/Kotlin/kotlinx.coroutines/blob/ma Articles: * [Announcing jox: Fast and Scalable Channels in Java](https://softwaremill.com/announcing-jox-fast-and-scalable-channels-in-java/) +* [Go-like selects using jox channels in Java](https://softwaremill.com/go-like-selects-using-jox-channels-in-java/) ## Dependencies