summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a1c7215..3605e39 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ data structures and utilities that depend on the Garbage Collector in Phobos.
Tanya consists of the following packages:
-* `async`: Event loop.
-* `container`: Queue, Vector, Singly linked list.
+* `async`: Event loop (epoll, kqueue and IOCP).
+* `container`: Queue, Vector, Singly linked list, buffers.
* `crypto`: Work in progress TLS implementation.
* `math`: Multiple precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocator, reference counting,