History log of /DragonOS/user/apps/test_tokio/Makefile (Results 1 – 1 of 1)
Revision Date Author Comments
# 4afc5b7b 19-Aug-2024 linfeng <1925466036@qq.com>

feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.