-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
Currently, hyper 0.12 is waiting for the release of futures 0.2. Tokio has explicitly supported the work-steal thread pool.
I also hope that this crate can use features to select whether the client uses asynchronous mode, that is say that support synchronous and asynchronous at the same time, the default synchronization mode.
However, currently, Rust/Cargo doesn't support two versions of a library at the same time, which makes it very difficult for me to do it. Maybe 2018-epoch RFC can help me?
Maybe use reqwest? But it currently only supports uses system-native TLS....
Or wait for hyper 0.12 to give up sync mode directly?