From f1dd2ee7c4204612f1286da7e4a6a3f5206a6710 Mon Sep 17 00:00:00 2001 From: jimmy <39963662+bdjimmy@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:36:55 +0800 Subject: [PATCH] Update README.md the official net package is also a non-blocking IO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96cd830..9ffd8bb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Package netpoll implements a network poller based on epoll/kqueue. |Package| [net](https://github.com/golang/go/tree/master/src/net "net")| [netpoll](https://github.com/hslam/netpoll "netpoll")|[gnet](https://github.com/panjf2000/gnet "gnet")|[evio](https://github.com/tidwall/evio "evio")| |:--:|:--|:--|:--|:--| |Low memory usage|No|Yes|Yes|Yes| -|Non-blocking I/O|No|Yes|Yes|Yes| +|Non-blocking I/O|Yes|Yes|Yes|Yes| |Splice/sendfile|Yes|Yes|No|No| |Rescheduling|Yes|Yes|No|No| |Compatible with the net.Conn interface|Yes|Yes|No|No|