mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add io-uring driver (#515)
This commit is contained in:
parent
47afec7351
commit
60a686b2f6
38 changed files with 1700 additions and 277 deletions
|
@ -25,7 +25,7 @@
|
|||
## Usage
|
||||
|
||||
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are `compio`, `tokio`,
|
||||
`glommio` or `async-std`.
|
||||
`neon` or `neon-uring`.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue