Update readme

This commit is contained in:
Stjepan Glavina 2020-02-04 14:11:12 +01:00
parent 3c33f0e26f
commit a69c103470
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
## Features
* Small - Under 1000 lines of code!
* Small - Single file under 1000 lines of code.
* Fast - Competitive with async-std and Tokio.
* Safe - Written fully in safe Rust.
* Portable - Works on Linux, macOS, iOS, and Windows.
* Portable - Works on Linux, Android, macOS, iOS, and Windows.
* Lightweight - Built from scratch, hooks directly into epoll/kqueue/wepoll.
* Documented - Easy to tweak for custom use cases!
* Documented - Easy to understand and tweak for custom use cases.
* Networking - Provides async TCP, UDP, and Unix domain sockets.
* Executor - Configurable and with built-in work stealing.
* Blocking - TODO
* Timer - TODO
* Blocking - Thread pool for isolating blocking code.
* Timer - Efficient userspace timers.
## License