mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
future: add adapters of CancellationToken for FutureExt (#7475)
This commit is contained in:
@@ -24,9 +24,9 @@ default = []
|
||||
full = ["codec", "compat", "io-util", "time", "net", "rt"]
|
||||
|
||||
net = ["tokio/net"]
|
||||
compat = ["futures-io",]
|
||||
compat = ["futures-io"]
|
||||
codec = []
|
||||
time = ["tokio/time","slab"]
|
||||
time = ["tokio/time", "slab"]
|
||||
io = []
|
||||
io-util = ["io", "tokio/rt", "tokio/io-util"]
|
||||
rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
|
||||
|
||||
Reference in New Issue
Block a user