From 1439bb78ca9b3c2140b5bad35b431ecc16548dab Mon Sep 17 00:00:00 2001 From: Karchnu Date: Tue, 8 Dec 2020 23:49:18 +0100 Subject: [PATCH] README: again, getting rid of old stuff. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e50080d..3b6ed9b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ For performance improvements within `libipc`: # Planning for 0.9 -- `libipc` should use `libevent` for performance improvments +- `libipc` should use `epoll/kqueue` for performance improvments + * new functions will be added to the API + * **but** we'll keep the same API for applications with no need for threading (way simpler implementation) - `libipc` should be thread-safe # Planning for 1.0