mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Generify commands in blocking/tokio (#24)
This commit is contained in:
parent
65f25fb958
commit
6e82736808
5 changed files with 211 additions and 166 deletions
|
@ -28,7 +28,7 @@ async = ["tokio"]
|
|||
async-ssl = ["async", "tokio-rustls", "ssl"]
|
||||
|
||||
# a feature gate for examples
|
||||
async-rt = ["tokio/rt-multi-thread", "tokio/macros"]
|
||||
async-rt = ["async", "tokio/rt-multi-thread", "tokio/macros"]
|
||||
|
||||
[[example]]
|
||||
name = "async"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue