DragonOS/user/dadk/config/test_tokio-0.1.0.dadk
linfeng 4afc5b7b7b
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.
2024-08-19 18:50:17 +08:00

24 lines
393 B
Plaintext

{
"name": "test_tokio",
"version": "0.1.0",
"description": "测试tokio",
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test_tokio"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"clean": {
"clean_command": "make clean"
},
"install": {
"in_dragonos_path": "/"
},
"target_arch": ["x86_64"]
}