From a796f7cbae8c77b49aeca925024e42bf024aa857 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 9 Feb 2016 16:38:29 -0800 Subject: [PATCH] Put in a warning that 8sync has an unstable API. * README.md: New text. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8884d53..99dd2f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ GNU 8sync (pronounced "eight-sync") is an asynchronous programming library for [GNU Guile](https://www.gnu.org/software/guile/). +Be warned: it is early days for the 8sync project. New contributors +and users are more than welcome, but beware API instability. + Some features: - An asynchronous event loop! Non-blocking on ports and file access. - Easy to use! The =%8sync= operator lets you write -- 2.31.1