From 1f940c80832a449a20b9aed14347fb1aeb460848 Mon Sep 17 00:00:00 2001 From: Tejas Garrepally Date: Sun, 28 Jul 2024 12:51:23 +0800 Subject: [PATCH] docs: add feature to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff5ddda..205f6f5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ and the underlying implementation of the asynchronous interface. - Multiple backends: `kqueue`, `epoll`, `io_uring` (all of these seem to be edge triggered) - Supports unix domain sockets - Support for pinning event loop to hardware threads. +- `glibc` system call hooks ## Usage