Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hankai17/sickle
Browse files Browse the repository at this point in the history
  • Loading branch information
hankai17 committed Jul 3, 2024
2 parents 0e50e4d + 7820fbb commit 2f45a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# sickle
Rust multi-thread asyn io lib
# Sickle
A Rust multi-thread asyn io lib

## 项目特点
- 使用Rust闭包封装成任务 基于回调的方式处理任务 代码清晰
- 底层事件系统使用epoll ET多线程模式处理网络IO
- 底层事件系统线程安全
- 仅支持linux平台
- 了解更多:[mio](https://github.com/tokio-rs/mio)
- 了解更多: [mio](https://github.com/tokio-rs/mio)

## 特性
- 网络库
Expand Down

0 comments on commit 2f45a1e

Please sign in to comment.