summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-05-30 05:50:55 +0200
committerEugen Wissner <belka@caraus.de>2022-05-30 05:50:55 +0200
commitdb607f7602ae2991a6efeb943f297ebdf4603900 (patch)
tree3afa2702119396c05076fbd29e2e403c09f64723 /README.md
parentcfcb1e727a777b26f2b43e297e7a846fdaa58f0d (diff)
downloadtanya-0.18.0.tar.gz
Remove unmaintained and unfinished async codev0.18.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 95f535d..053fce9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@ programming in D.
Tanya consists of the following packages and (top-level) modules:
* `algorithm`: Collection of generic algorithms.
-* `async`: Event loop (epoll, kqueue and IOCP).
* `bitmanip`: Bit manipulation.
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
string, Set, Hash table.
@@ -164,7 +163,7 @@ parameter is used)
| DMD | GCC |
|:-------:|:---------:|
-| 2.096.0 | 10.3 |
+| 2.098.1 | 11.2 |
## Further characteristics