From 2537fef959663d4f1683feaf8963254d2411b462 Mon Sep 17 00:00:00 2001 From: Frizlab Date: Fri, 17 Nov 2023 14:47:51 +0100 Subject: [PATCH] Add end of support notice --- Readme.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.adoc b/Readme.adoc index ea32bce..d37d73f 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -6,6 +6,13 @@ François Lamboley image:https://img.shields.io/badge/platform-macOS%20|%20iOS%20|%20tvOS%20|%20watchOS%20|%20Linux-lightgrey.svg?style=flat[Platforms] link:https://swift.org/package-manager/[image:https://img.shields.io/badge/SPM-compatible-E05C43.svg?style=flat[SPM Compatible]] link:License.txt[image:https://img.shields.io/github/license/happn-app/RecursiveSyncDispatch.svg[License]] link:{happn}[image:https://img.shields.io/badge/from-happn-0087B4.svg?style=flat[happn]] +--- + +NOTE: This repo is no longer maintained by happn. + +A maintained version is available from its creator at https://github.com/Frizlab/RecursiveSyncDispatch[Frizlab/RecursiveSyncDispatch]. + +--- + ⚠️ Use for private queues only! All calls to the queue *must* be done via the `recursiveSync` method to have recursive sync dispatch working.